Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TVirtualGrid.GetDefaultColRow

Gets a pointer to the default values used in a new column and row properties instance.

Declaration

Source position: grids.pas line 430

public function TVirtualGrid.GetDefaultColRow: PColRowProps;

Function result

Pointer to the PColRowProps allocated in the method.

Description

Used in the implementation of the doNewItem method called when a new column row is added to the virtual grid.

See also

TVirtualGrid.doNewItem

  

Creates a new item at the location specified by Col and Row.

PColRowProps

  

Pointer to a TColRowProps type.