fpdebug: comment

git-svn-id: trunk@53503 -
This commit is contained in:
mattias 2016-12-01 10:33:58 +00:00
parent 5c4c3d1948
commit b6dc57342f

View File

@ -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;