Back to Devexpress

SaveStyleSheetsToIniFile(string,TList) Method

vcl-cxstyles-dot-savestylesheetstoinifile-x28-e22199a8-x29.md

latest961 B
Original Source

SaveStyleSheetsToIniFile(string,TList) Method

Saves style sheets to an INI file.

Declaration

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

Parameters

NameType
AIniFileNamestring
AListTList

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

TcxStyleRepository

cxStyles.LoadStyleSheetsFromIniFile

cxStyles Unit