Class TVersionLabel (unit verslab)

Inherits from

TCustomLabel

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

destructor Destroy;

0409 is US prefix I think

function GetInfo: string;


function GetInfoPrefix: string;


procedure SetInfoPrefix(Value: String);

Protected declarations

procedure SetShowInfoPrefix(Value: boolean);


procedure SetVersionResource(Value: TVersionResources);


procedure SetVersionResourceKey(Value: string);

The caption needs to be recalculated everytime the prefix is changed, otherwise the detaults override the user specified one

procedure SetupCaption;


procedure SetupInfoPrefix;


procedure SetupResourceKey;


Properties

property Align :


property Alignment :


property AutoSize :


property Color :


property Font :


property InfoPrefix : String


property LangCharset : string


property ParentFont :


property ShowInfoPrefix : boolean


property VersionResource : TVersionResources

Published declarations

property VersionResourceKey : string


property WordWrap :


Events

event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnStartDrag :


Variables

FInfoPrefix : string;


FLangCharset : string;


FShowInfoPrefix : boolean;


FVersionResource : TVersionResources;

Private declarations

FVersionResourceKey : string;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


destructor Destroy;

0409 is US prefix I think


function GetInfo: string;


function GetInfoPrefix: string;


procedure SetInfoPrefix(Value: String);

Protected declarations


procedure SetShowInfoPrefix(Value: boolean);


procedure SetVersionResource(Value: TVersionResources);


procedure SetVersionResourceKey(Value: string);

The caption needs to be recalculated everytime the prefix is changed, otherwise the detaults override the user specified one


procedure SetupCaption;


procedure SetupInfoPrefix;


procedure SetupResourceKey;


Properties


property Align :


property Alignment :


property AutoSize :


property Color :


property Font :


property InfoPrefix : String


property LangCharset : string


property ParentFont :


property ShowInfoPrefix : boolean


property VersionResource : TVersionResources

Published declarations


property VersionResourceKey : string


property WordWrap :


Events


event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnStartDrag :


Variables


FInfoPrefix : string;


FLangCharset : string;


FShowInfoPrefix : boolean;


FVersionResource : TVersionResources;

Private declarations


FVersionResourceKey : string;