Vcl.Grids.TGetExtentsFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetExtentsFunc = function(Index: Longint): Integer of object;

C++

typedef int __fastcall (__closure *TGetExtentsFunc)(int Index);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

TGetExtentsFunc is an internal type.

TGetExtentsFunc is a procedural type used internally by the grid controls.

See Also