mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +02:00
+ add some Delphi-compatible type kind aliases
git-svn-id: trunk@37707 -
This commit is contained in:
parent
c15bcc693d
commit
c07e723d37
@ -28,6 +28,15 @@ type
|
||||
|
||||
{$MINENUMSIZE DEFAULT}
|
||||
|
||||
const
|
||||
{ some Delphi-compatible aliases }
|
||||
tkAnsiChar = tkChar;
|
||||
tkWideChar = tkWChar;
|
||||
tkShortString = tkSString;
|
||||
tkAnsiString = tkAString;
|
||||
tkWideString = tkWString;
|
||||
tkUnicodeString = tkUString;
|
||||
|
||||
procedure InitializeArray(p, typeInfo: Pointer; count: SizeInt);
|
||||
procedure FinalizeArray(p, typeInfo: Pointer; count: SizeInt);
|
||||
procedure CopyArray(dest, source, typeInfo: Pointer; count: SizeInt);
|
||||
|
Loading…
Reference in New Issue
Block a user