mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:30:41 +01:00
typinfo.pp, TTypeData:
* document the property data that follows for interface types (both COM and Corba) git-svn-id: trunk@33106 -
This commit is contained in:
parent
8152d1185c
commit
6d81760136
@ -241,6 +241,7 @@ unit typinfo;
|
||||
IntfFlags : TIntfFlagsBase;
|
||||
GUID: TGUID;
|
||||
IntfUnit: ShortString;
|
||||
{ here the properties follow as Word Count & array of TPropInfo }
|
||||
);
|
||||
tkInterfaceRaw:
|
||||
(
|
||||
@ -249,6 +250,7 @@ unit typinfo;
|
||||
IID: TGUID;
|
||||
RawIntfUnit: ShortString;
|
||||
IIDStr: ShortString;
|
||||
{ here the properties follow as Word Count & array of TPropInfo }
|
||||
);
|
||||
tkArray:
|
||||
(ArrayData: TArrayTypeData);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user