[Overview][Constants][Types][Procedures and functions] | Reference for unit 'smartbuff' (#powtils_main) |
Source position: smartbuff.pas line 66
type TSmartBuffer = record |
CurrentSize: LongWord; |
Increment: LongWord; |
Available: LongWord; |
Used: LongWord; |
Data: Pointer; |
CurPos: Pointer; |
Holder: Pointer; |
DoGrow: Boolean; |
DoCompress: Boolean; |
end; |
No notes exist for this page yet.