Unit 'LSControls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_solutions]

TLSCustomLabel

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

Declaration

Source position: LSControls.pas line 134

type TLSCustomLabel = class(TCustomLabel,ILSValidationComponent)

protected

  procedure ResetAnchorSideControl;

  

  procedure UpdateLabelPosition;

  

  procedure Click; override;

  

  procedure Loaded; override;

  

  procedure SetParent(); override;

  

  procedure FontChanged(); override;

  

  procedure SetAutoSize(); override;

  

  procedure UpdateCaption; virtual;

  

  procedure UpdateHighlightColor; virtual;

  

  procedure Notification(); override;

  

  procedure CMMouseEnter(); message;

  

  procedure CMMouseLeave(); message;

  

  procedure CMTextChanged(); message;

  

  procedure CMVisibleChanged(); message;

  

  procedure CMEnabledChanged(); message;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure SetVisitedURL();

  

  procedure Paint; override;

  

  function Validate; virtual;

  

  procedure SetBounds(); override;

  

  property About: string; [rws]

  

  property Control: TWinControl; [rw]

  

  property Ellipsis: Boolean; [rw]

  

  property HighlightColor: TGraphicsColor; [rw]

  

  property LabelPosition: TLSLabelPosition; [rw]

  

  property LabelSpacing: Integer; [rw]

  

  property LabelType: TLSLabelType; [rw]

  

  property Pattern: string; [rw]

  

  property Patterns: TLSRegExList; [rw]

  

  property Path: string; [rw]

  

  property VisitedURLColor: TColor; [rw]

  

  property OnValidate: TLSValidateEvent; [rw]

  

end;

Inheritance

TLSCustomLabel

  

|

TObject,ILSValidationComponent



CT Web help

CodeTyphon Studio