mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:09:27 +02:00
* Patch from Bart Broersma to introduce protected data property
git-svn-id: trunk@48436 -
This commit is contained in:
parent
e723c1fff6
commit
5e7291af15
@ -42,6 +42,7 @@ type
|
|||||||
procedure MoveData(StartIndex: SizeUInt; Offset: SizeInt; NrElems: SizeUInt);
|
procedure MoveData(StartIndex: SizeUInt; Offset: SizeInt; NrElems: SizeUInt);
|
||||||
procedure ClearSingleDataEntry(Index: SizeUInt); virtual;
|
procedure ClearSingleDataEntry(Index: SizeUInt); virtual;
|
||||||
procedure ClearData; virtual;
|
procedure ClearData; virtual;
|
||||||
|
property Data: TArr read FData;
|
||||||
public
|
public
|
||||||
function Size():SizeUInt;inline;
|
function Size():SizeUInt;inline;
|
||||||
constructor Create();
|
constructor Create();
|
||||||
|
Loading…
Reference in New Issue
Block a user