mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* Initialize and finalize
git-svn-id: trunk@31224 -
This commit is contained in:
parent
eb3bd4648c
commit
8600940c26
@ -82,6 +82,8 @@ Function Default(Const T : AnyType) : AnyType;
|
|||||||
Function TypeInfo(Const T : AnyType) : Pointer;
|
Function TypeInfo(Const T : AnyType) : Pointer;
|
||||||
Procedure Fail;
|
Procedure Fail;
|
||||||
Function TypeOf(T : TObjectType) : Pointer;
|
Function TypeOf(T : TObjectType) : Pointer;
|
||||||
|
Procedure Initialize(Var T : TAnyType; ACount : Integer = 1);
|
||||||
|
Procedure Finalize(Var T : TAnyType; ACount : Integer = 1);
|
||||||
|
|
||||||
{$IFNDEF GO32V2}
|
{$IFNDEF GO32V2}
|
||||||
Var
|
Var
|
||||||
|
Loading…
Reference in New Issue
Block a user