Defines the stream for the thread to read to load the SVG
Namespace: FMX.RS.SVGSyncObjs
Delphi
|
public
property Stream: TStream read FStream write SetStream;
|
Property Value
Type: TStream
Warning
|
Read or write this property only when the thread is not executing ( e.g., either before Start or in OnTerminate event)
|
|