TStringBlock
From Ultibo.org
Return to Unit UltiboClasses
Description
To be documented
Class definitions
TStringBlock = class(TListObject)
Note: Block object for TLinkedStringListEx | |
destructor Destroy; override;
|
|
private
| |
public
| |
Data:Pointer;
|
Pointer to Allocated Memory Block |
Size:LongWord;
|
Size of Allocated Memory Block |
Start:LongWord;
|
Index of First Item in this Block |
Count:LongWord;
|
Current Items in this Block |
Capacity:LongWord;
|
Total Capacity of this Block |
Function declarations
destructor TStringBlock.Destroy;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference