tSkinInformation

See Also: Declaring Variables, Struct, Array Types

 

Purpose

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.

 

Type Declaration

Struct tSkinInformation

    String sName

    String sSkinfile

    String sSkinIni

End_Struct

 

Struct Members

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.

 

Syntax

Use cCJSkinFramework.pkg

:

tSkinInformation {variableName}

 

Declaring variables

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.