See Also: Declaring Variables, Struct, Array Types
tSkinInformation is a structured type used for storing information about a skin file used by the cCJSkinFramework class. Read more about skinning Windows applications here.
Struct tSkinInformation
String sName
String sSkinfile
String sSkinIni
End_Struct
sName
The name/description of the Skin file.
sSkinfile
The file name and path of the skin file.
sSkinIni
The name of the skin section within the file.
Use cCJSkinFramework.pkg
:
tSkinInformation {variableName}
To declare tSkinInformation variables, use the name of the type (tSkinInformation) followed by the variable name.
tSkinInformation MySkinInfo
See struct variables for more details of instantiating struct types.