UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Class TDynamicLibraryElement

Unit

DynamicLibraryElement

Declaration

type TDynamicLibraryElement = class(TComponent)

Fields

None.

Methods

Overview

constructor Create( anOwner : TComponent); override;
destructor Destroy; override;
class procedure AddInstance( Value : TDynamicLibraryElement); virtual;
procedure Execute; virtual;
class procedure FreeAllInstances( aClass : TDynamicLibraryElementClass); virtual;
class function GetCommandText: String; virtual;
class function GetDescription: String; virtual;
class function GetHelp : String; virtual;
class function GetInstances(index: integer): TDynamicLibraryElement; virtual;
class function InstanceCount : integer; virtual;
class procedure RemoveInstance( Value : TDynamicLibraryElement); virtual;
class procedure SetCommandText(const Value: String); virtual;
class procedure SetDescription(const Value: String); virtual;
class procedure SetHelp(const Value: String); virtual;
class procedure SetInstances(index: integer; const Value: TDynamicLibraryElement); virtual;

Description

constructor Create( anOwner : TComponent); override;

 

destructor Destroy; override;

 

class procedure AddInstance( Value : TDynamicLibraryElement); virtual;

 

procedure Execute; virtual;

 

class procedure FreeAllInstances( aClass : TDynamicLibraryElementClass); virtual;

FreeAllInstances needs the class itself as a parameter in order to free and remove only those instances that are really the class's and not any other.

class function GetCommandText: String; virtual;

 

class function GetDescription: String; virtual;

 

class function GetHelp : String; virtual;

 

class function GetInstances(index: integer): TDynamicLibraryElement; virtual;

 

class function InstanceCount : integer; virtual;

 

class procedure RemoveInstance( Value : TDynamicLibraryElement); virtual;

 

class procedure SetCommandText(const Value: String); virtual;

 

class procedure SetDescription(const Value: String); virtual;

 

class procedure SetHelp(const Value: String); virtual;

 

class procedure SetInstances(index: integer; const Value: TDynamicLibraryElement); virtual;

 

Properties

Overview

CommandText:
Description:
Help:
Instances[ index : integer]:

Description

CommandText:

 

Description:

 

Help:

 

Instances[ index : integer]:

 


Generated by pasdoc 0.6.20 on Sun 5 Nov 2000 19:56:15