mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 01:31:28 +02:00
+ added new types for the system unit: opaque data type (TOpaqueData) and related opaque pointer (POpaqueData) (mantis #32977)
git-svn-id: trunk@37940 -
This commit is contained in:
parent
11a3d8762a
commit
f719f81c06
@ -607,6 +607,10 @@ Type
|
|||||||
|
|
||||||
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
||||||
|
|
||||||
|
{ opaque data type and related opaque pointer }
|
||||||
|
TOpaqueData = record end;
|
||||||
|
POpaqueData = ^TOpaqueData;
|
||||||
|
|
||||||
{ procedure type }
|
{ procedure type }
|
||||||
TProcedure = Procedure;
|
TProcedure = Procedure;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user