Class TDynamicLibraryElement
Unit
DynamicLibraryElement
Declaration
type TDynamicLibraryElement = class(TComponent)
Fields
None.
Methods
Overview
Description
constructor Create( anOwner : TComponent); override; |
destructor Destroy; override; |
procedure Execute; 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 InstanceCount : integer; virtual; |
class procedure SetCommandText(const Value: String); virtual; |
class procedure SetDescription(const Value: String); virtual; |
class procedure SetHelp(const Value: String); virtual; |
Properties
Overview
Description
Generated by pasdoc 0.6.20 on Sun 5 Nov 2000 19:56:15