mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 22:09:17 +02:00
+ description of tpropinfo.propprocs bit 6 added
This commit is contained in:
parent
e6f7c229d0
commit
81bce6dd30
@ -128,6 +128,7 @@ unit typinfo;
|
|||||||
// bit 0..1 GetProc
|
// bit 0..1 GetProc
|
||||||
// 2..3 SetProc
|
// 2..3 SetProc
|
||||||
// 4..5 StoredProc
|
// 4..5 StoredProc
|
||||||
|
// 6 : true, constant index property
|
||||||
PropProcs : Byte;
|
PropProcs : Byte;
|
||||||
|
|
||||||
Name : ShortString;
|
Name : ShortString;
|
||||||
@ -366,7 +367,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 1998-09-19 15:25:45 florian
|
Revision 1.10 1998-09-20 08:25:34 florian
|
||||||
|
+ description of tpropinfo.propprocs bit 6 added
|
||||||
|
|
||||||
|
Revision 1.9 1998/09/19 15:25:45 florian
|
||||||
* procedure GetOrdProp added
|
* procedure GetOrdProp added
|
||||||
|
|
||||||
Revision 1.8 1998/09/19 08:33:53 florian
|
Revision 1.8 1998/09/19 08:33:53 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user