Unique name for the SVG element. The SVG document's
AllItems property uses the ID as the unique hash for returning SVG elements
Namespace: FMX.RS.SVG
Delphi
|
published
property ID: String read FID write SetID;
|
Property Value
Type: String
Note
|
The LoadFromXML method sets this property from the 'ID' attribute of the node
|
Warning
|
The ID is guaranteed to be unique for a SVG document only if soEnforceUniqueID is part of its Options.
|
|