TStringBlock

From Ultibo.org
Revision as of 05:51, 31 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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