SaveStyleSheetsToIniFile(string,TList) Method
Saves style sheets to an INI file.
Declaration
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