home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
PROXIES.INT
< prev
next >
Wrap
Text File
|
1997-03-21
|
570b
|
17 lines
unit Proxies;
interface
procedure CreateSubClass(Instance: TObject; const ClassName: string;
Ancestor: TClass);
procedure DestroySubClass(Instance: TObject);
procedure RenameSubClass(Instance: TObject; const ClassName: string);
function GetSubClassInstance(Proxy: TClass): TObject;
function CreateSubClassMethod(Instance: TObject;
const MethodName: string): Pointer;
procedure RenameSubClassMethod(Instance: TObject; Method: Pointer;
const MethodName: string);
procedure DestroySubClassMethod(Instance: TObject; Method: Pointer);
implementation