Class THolder (unit BenTools)

Inherits from

TComponent

Constructors



Functions

function AddComponent(c: TComponent): integer;

AddComponent - Adds the component to the THolder.

class function CreateFromObjectText(const Text: string; Instance: THolder): THolder;


procedure Fill_Strings(Strings: TStrings);


procedure LoadFromFile(const FileName: string);


function ObjectText: string;


procedure SaveToFile(const FileName: string);


procedure GetChildren(Proc: TGetChildProc; Root: TComponent);

************************************************************************ THolder

Properties

Events

Variables


Constructors


Functions


function AddComponent(c: TComponent): integer;

AddComponent - Adds the component to the THolder. The THolder becomes the new Owner.


class function CreateFromObjectText(const Text: string; Instance: THolder): THolder;


procedure Fill_Strings(Strings: TStrings);


procedure LoadFromFile(const FileName: string);


function ObjectText: string;


procedure SaveToFile(const FileName: string);


procedure GetChildren(Proc: TGetChildProc; Root: TComponent);

************************************************************************ THolder


Properties


Events


Variables