Bueno no podemos negar que el String es un tipo de datos muy especial, y más que un tipo de datos es....
Cita:
|
Empezado por Ayuda de Delphi
The String structure depicts the organization of data in a file-version resource. This structure is not a true C-language structure because it contains variable-length members. This structure was created solely to depict the organization of data in a version resource and does not appear in any of the header files shipped with the Microsoft® Win32® Software Development Kit (SDK).
The String structure contains a string that describes a specific aspect of a file.
String {
WORD wLength;
WORD wValueLength;
WORD wType;
WCHAR szKey[];
WORD Padding[];
String Value[];
} String;
|
Alguien que me explique lo que es
