<< Click to display table of contents >> TRVStyleTemplateCollection.LoadFromStreamRVST, SaveToStreamRVST |
The methods load and save style templates to streams.
function SaveToStreamRVST(Stream: TStream;
Units: TRVStyleUnits): Boolean;
function LoadFromStreamRVST(Stream: TStream;
Units: TRVStyleUnits; ARVStyle: TRVStyle = nil): Boolean;
(introduced in version 19; for Delphi and C++Builder 10.3+)
These methods are analogs SaveToRVST and LoadFromRVST, but they save/load to/from Stream instead of a file.