Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGDocument > Events
TSVGDocument.OnElementFound Event
Occurs when an SVG element is found at the specified position during aa ElementAtPos method call. Set Element to nil to have the ElementAtPos method ignore this element and keep searching
Namespace: FMX.RS.SVG
Delphi
published property OnElementFound: TSVGGraphicElementFoundEvent read FOnElementFound write FOnElementFound;
Value
Type: TSVGGraphicElementFoundEvent
•FMX.RS.SVG.TSVGElement.ElementAtPos(TSVGCanvas,TSVGPoint,TSVGRect,TSVGFindOptions)
•TSVGDocument
•FMX.RS.SVG