Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxSkinsUserSkinPopulateSkinNames(string,TStrings,Boolean) Method

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

#Declaration

Delphi
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