Sepi
Name
TypeInfoEncode
Parent
ScTypInfo
Visibility
PUBLIC
Description
Encode a string for storing into RTTI
Source code
function TypeInfoEncode ( const Str : string ) : TypeInfoString ; inline
Parameters
Parameter Description Str : STRING String to encode
Return
Types Description TypeInfoString The string Str encoded in the proper form for storing into RTTI
Sepi