FMX.Grid.TGridModel.ReduceCache

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ReduceCache; overload;
procedure ReduceCache(const LeftColumn, TopRow, RigthColumn, BottomRow: Integer); overload;

C++

void __fastcall ReduceCache(void)/* overload */;
void __fastcall ReduceCache(const int LeftColumn, const int TopRow, const int RigthColumn, const int BottomRow)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.