Unit 'cyBaseLabel' Package
[Overview][Types][Classes][Index] [#pl_cindy]

TcyBaseLabel

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

Declaration

Source position: cyBaseLabel.pas line 83

type TcyBaseLabel = class(TCustomLabel)

protected

  procedure DoDrawText();

  

  procedure SubPropertiesChanged();

  

  procedure AdjustBounds;

  

  property Animation: TcyAnimation; [rw]

  

  property CaptionIndentLeft: Word; [rw]

  

  property CaptionIndentRight: Word; [rw]

  

  property CaptionIndentTop: Word; [rw]

  

  property CaptionIndentBottom: Word; [rw]

  

  property CaptionRender: TCaptionRender; [rw]

  

  property CaptionOrientation: TCaptionOrientation; [rw]

  

  property Shadow: TcyShadowText; [rw]

  

  property BeforePaint: TProcBeforePaint; [rw]

  

  property OnPaint: TNotifyEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Paint; override;

  

  procedure DrawBackground(); virtual;

  

  procedure DrawCaption(); virtual;

  

end;

Inheritance

TcyBaseLabel

  

|

TObject



CT Web help

CodeTyphon Studio