DK11 for Delphi | GisLayer.TGIS_Layer.optimizeParamsCache | Overloads | Constructors | Fields | Methods | Properties | Events
Move section specified by _idx to the top of the cached list.
// Delphi protected procedure optimizeParamsCache( const _idx : Integer ); overload;
// C++ Builder protected: void optimizeParamsCache( const int _idx ) /* overload */;
Name | Type | Description |
---|---|---|
_idx | Integer | index of section on ParamsList |
Thanks this last used section will be traversed as a first one giving speed gain.