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

SaveStyleSheetsToIniFile(string,TList) Method

Saves style sheets to an INI file.

#Declaration

Delphi
procedure SaveStyleSheetsToIniFile(const AIniFileName: string; const AList: TList);

#Parameters

Name Type
AIniFileName string
AList TList

#Remarks

The SaveStyleSheetsToIniFile method saves the style sheet list specified by the AList parameter into the INI file with its name specified by the AIniFileName parameter.

SaveStyleSheetsToIniFile saves only the caption of a style sheet and its assigned values. The class name of a style sheet is not saved.

See Also