Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Classes > TSVGStylePropertyLength
TSVGStylePropertyLength Events
Name
Description
OnGetInherited
Occurs when the FMX.RS.SVGTypes.TSVGStylePropertyLength.ParentValue property is retrieved
Assign an event handler to respond when the ParentValue property is read
OnGetParent
Occurs when GetParent method is called.
Assign an event handler when you want to return the parent length of the current length
OnSetInherited
Occurs when the FMX.RS.SVGTypes.TSVGStylePropertyLength.ParentValue property is set
Assign an event handler to respond when the ParentValue property is written
Top