|
TRVStyle.SaveINI |
Top Previous Next |
|
Saves all properties of TRVStyle component in the ini-file procedure SaveINI(const FileName, Section: String); Parameters: FileName – name of the ini-file; Section – section of the ini-file Warning: the section is cleared before saving. Alternative way to store/load TRVStyle: using TStream.WriteComponent and ReadComponent. See also:
|