DK11 for Delphi | GisLibrarySVG.TGIS_SymbolLibrarySVG.RegisterFileLibrary | Constructors | Methods | Properties
Register file library.
// Delphi public procedure RegisterFileLibrary( const _path : String );
// C++ Builder public: void RegisterFileLibrary( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path to file library |
You can load your own library upon application startup, but after a TGIS_ViewerWnd or TGIS_ViewerBmp were created (a form Load event is usually a good place):
TGIS_SymbolLibrarySVG.Handle.RegisterFileLibrary( 'mylibary.ttklibsvg' );