[Overview][Procedures and functions][Index] |
Returns the memory size needed for the specified string value including a 4-byte Pointer for the string length.
Source position: lazdbglog.pas line 18
function MemSizeString( |
const s: string |
):PtrUInt; |
s |
|
String examined to get the Length of the memory used for the value. |
PtrUInt value with the number of bytes needed for the string including its length.
Version 4.0 | Generated 2025-05-03 | Home |