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.4 | Generated 2025-11-08 | Home |