Reference for unit 'Objects': Procedures and functions
Procedure/function | Description |
---|---|
Abstract | Abstract error handler. |
CallPointerConstructor | Call a constructor with a pointer argument. |
CallPointerLocal | Call a local nested function with a pointer argument |
CallPointerMethod | Call a method with a single pointer argument |
CallPointerMethodLocal | Call a local procedure of a method with a pointer argument |
CallVoidConstructor | Call a constructor with no arguments |
CallVoidLocal | Call a local nested procedure. |
CallVoidMethod | Call an object method |
CallVoidMethodLocal | Call a local procedure of a method |
DisposeStr | Dispose of a shortstring which was allocated on the heap. |
LongDiv | Overflow safe divide |
LongMul | Overflow safe multiply. |
NewStr | Allocate a copy of a shortstring on the heap. |
RegisterObjects | Register standard objects. |
RegisterType | Register new object for streaming. |
SetStr | Allocate a copy of a shortstring on the heap. |