[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TCustomLabel

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

Declaration

Source position: label.inc line 24

type TCustomLabel = class(TWidget)

protected

  FAlignment: TAlignment;

  

  procedure Paint(); override;

  

  procedure CalcSizes; override;

  

  property Alignment: TAlignment; [rw]

  

  property FontColor: TColor; [rw]

  

public

  constructor Create(); overload;

  

end;

Inheritance

TCustomLabel

  

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject