[Overview][Classes][Index] Reference for unit 'u_framework_components' (#lazextcomponents)

TFWLabel

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: u_framework_components.pas line 237

type TFWLabel = class(TLabel, IFWComponent)

protected

  procedure Notification(); override;

  

public

  procedure Loaded; override;

  

  constructor Create(); override;

  

  procedure MouseDown(); override;

  

published

  property ColorFocus: TColor; [rw]

  

  property OldColor: TColor; [rs]

  

  property AlwaysSame: Boolean; [rw]

  

  property MyEdit: TControl; [rws]

  

  property Alignment;

  

  property OptimalFill;

  

end;

Inheritance

TFWLabel,IFWComponent

  

|

TLabel

?

TObject