[Overview][Procedures and functions][Index] |
Returns the reference count for the specified String.
Source position: lazdbglog.pas line 20
function GetStringRefCount( |
const s: string |
):PtrInt; |
s |
|
Constant string parameter examined in the routine. |
PtrInt value with the reference count for S, or -1 if S is an empty string ('').
Version 4.0 | Generated 2025-05-03 | Home |