home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
PROXIES.INT
< prev
next >
Wrap
Text File
|
1997-02-28
|
526b
|
16 lines
unit Proxies; // $Revision: 1.4 $
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);
implementation