DK11 for Delphi | GisLayer.TGIS_Layer.prepareParamsCache | Overloads | Constructors | Fields | Methods | Properties | Events
Prepare cached section list meeting the _style name.
// Delphi protected procedure prepareParamsCache( const _style : String ); overload;
// C++ Builder protected: void prepareParamsCache( const UnicodeString _style ) /* overload */;
Name | Type | Description |
---|---|---|
_style | String | style name of sections to be used |
Cached list will be uses to optimized rendering. Cached list will have only sections meeting MinZoom..MaxZoom (MinScale..MaxScale, MinLevel..MaxLevel) criteria.