Unit 'Agg_LCLControls' Package
[Overview][Classes][Procedures and functions][Index] [#pl_aggpasvs]

TAgg_Label

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

Declaration

Source position: agg_lclcontrols.pas line 119

type TAgg_Label = class(TAgg_CustomControl)

protected

  procedure PaintBuffer; override;

  

  procedure TextChanged; virtual;

  

  procedure TextSizeChanged; virtual;

  

  procedure TextColorChanged; virtual;

  

  procedure TextWidthChanged; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property TextColor: TColor; [rw]

  

  property TextSize: Double; [rw]

  

  property Text: string; [rw]

  

  property Space: Double; [rw]

  

  property LineSpace: Double; [rw]

  

  property TextWidth: Double; [rw]

  

end;

Inheritance

TAgg_Label

  

|

TAgg_CustomControl

  

|

TObject



CT Web help

CodeTyphon Studio