[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Make sure reference count of string is 1
Source position: line 0
procedure UniqueString( |
var S: AnsiString |
); |
var S: WideString |
); |
UniqueString ensures that the ansistring S has reference count 1. It makes a copy of S if this is necesary, and returns the copy in S
None.
No notes exist for this page yet.