* Patch from Bart Broersma to introduce protected data property

git-svn-id: trunk@48436 -
This commit is contained in:
michael 2021-01-27 11:42:34 +00:00
parent e723c1fff6
commit 5e7291af15

View File

@ -42,6 +42,7 @@ type
procedure MoveData(StartIndex: SizeUInt; Offset: SizeInt; NrElems: SizeUInt);
procedure ClearSingleDataEntry(Index: SizeUInt); virtual;
procedure ClearData; virtual;
property Data: TArr read FData;
public
function Size():SizeUInt;inline;
constructor Create();