Controls whether the SVG document is embedded into the form as Delphi binary
Tip |
---|
Set EmbedSVGAsBinary to true to embed the SVG into the form as binary. Embedding SVGs as binary allows in general faster form initialization as opposed to using the RSSVGCtrls.TRSSVGDocument.Lines property or loading the SVG from a file. It is also a very useful way to deploy an SVG for mobile applications. |
Namespace: RSSVGCtrls
Delphi |
published |
Property Value
Type: Boolean