Skip to main content

dxSkinsUserSkinPopulateSkinNames(string,TStrings,Boolean) Method

Populates AList with skin names from a specified file or stream.

Declaration

function dxSkinsUserSkinPopulateSkinNames(const AFileName: string; AList: TStrings; ADisplayNames: Boolean = False): Boolean;

Parameters

Name Type
AFileName string
AList TStrings
ADisplayNames Boolean

Returns

Type
Boolean

Remarks

AStream specifies the source stream.

AFileName specifies the source file.

AList specifies the list that will be populated with skin names.

ADisplayNames specifies whether AList will be populated with either skin names or skin display names. Set ADisplayNames to True, to add display names to AList.

Display names cannot be used in the dxSkinsUserSkinLoadFromFile and dxSkinsUserSkinLoadFromStream functions, since they take skin names. In this case, use the dxSkinsUserSkinLoadFromFileByIndex and dxSkinsUserSkinLoadFromStreamByIndex functions instead.

See Also