mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 03:58:09 +02:00
fpdebug: comment
git-svn-id: trunk@53503 -
This commit is contained in:
parent
5c4c3d1948
commit
b6dc57342f
@ -404,7 +404,7 @@ type
|
||||
property MemberByName[AIndex: String]: TFpDbgSymbol read GetMemberByName; // Includes inheritance
|
||||
//
|
||||
property Flags: TDbgSymbolFlags read GetFlags;
|
||||
property Count: Integer read GetCount; deprecated;
|
||||
property Count: Integer read GetCount; deprecated 'use MemberCount instead';
|
||||
property Parent: TFpDbgSymbol read GetParent; deprecated;
|
||||
// for Subranges
|
||||
property HasBounds: Boolean read GetHasBounds;
|
||||
|
Loading…
Reference in New Issue
Block a user