Class TLinker (unit Linker)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

TLinker


Functions

procedure Assign(Source: TPersistent);


destructor Destroy;


function GetLinkIndex(Value: TObject): Integer;

remove any reference to component to be deleted.

procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure SetLinks(const Value: TLinks);


procedure SetOnLinkChange(Value: TNotifyEvent);


procedure SetOnLinkClick(Value: TNotifyEvent);

signal for all links to update

procedure SetUseTags(Value: Boolean);


Properties

property About : string


property Links : TLinks


property UseTags : Boolean


Events

event OnLinkChange : TNotifyEvent


event OnLinkClick : TNotifyEvent


Variables

FAbout : string;


FLinks : TLinks;


FOnLinkChange : TNotifyEvent;


FOnLinkClick : TNotifyEvent;


FUseTags : Boolean;



Constructors


constructor Create(AOwner: TComponent);

TLinker


Functions


procedure Assign(Source: TPersistent);


destructor Destroy;


function GetLinkIndex(Value: TObject): Integer;

remove any reference to component to be deleted...


procedure Notification(AComponent: TComponent; Operation: TOperation);


procedure SetLinks(const Value: TLinks);


procedure SetOnLinkChange(Value: TNotifyEvent);


procedure SetOnLinkClick(Value: TNotifyEvent);

signal for all links to update


procedure SetUseTags(Value: Boolean);


Properties


property About : string


property Links : TLinks


property UseTags : Boolean


Events


event OnLinkChange : TNotifyEvent


event OnLinkClick : TNotifyEvent


Variables


FAbout : string;


FLinks : TLinks;


FOnLinkChange : TNotifyEvent;


FOnLinkClick : TNotifyEvent;


FUseTags : Boolean;