[Overview][Procedures and functions][Index] |
Returns the memory size needed for the specified TFPList instance, or 0 when List is unassigned.
Source position: lazdbglog.pas line 19
function MemSizeFPList( |
const List: TFPList |
):PtrUInt; |
List |
|
TFPList instance examined in the routine. |
PtrUInt value with the number of bytes needed for the TFPList instance including the Pointers needed for its current Capacity.
Version 4.0 | Generated 2025-05-03 | Home |