Defines the state of the element
Namespace: FMX.RS.SVGTypes
Delphi
|
type
TSVGElementState = set of (
esReading,
esWriting,
esDestroying);
|
|
Name
|
Description
|

|
esDestroying
|
the element is being destroyed
|

|
esReading
|
the element is reading from a stream
|

|
esWriting
|
the element is writing to a stream
|
Top
|