[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the specified non-zero memory size is smaller than a given value.
Source position: interfacebase.pp line 197
function MemSizeLessThan( |
AMemSize: PtrUInt; |
AThen: PtrUInt |
):Boolean; |
AMemSize |
|
Memory size examined in the method. |
AThen |
|
Value to which the memory size is compared. |
Returns True when AMemSize has been assigned and is smaller than AThen. Returns False when AMemSize is zero (0).
Used in the implementation of widgetset classes.
Version 4.0 | Generated 2025-05-03 | Home |