mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 00:46:02 +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 ClearSingleDataEntry(Index: SizeUInt); virtual;
|
||||
procedure ClearData; virtual;
|
||||
property Data: TArr read FData;
|
||||
public
|
||||
function Size():SizeUInt;inline;
|
||||
constructor Create();
|
||||
|
Loading…
Reference in New Issue
Block a user