[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to cell properties by their column and row numbers.
Source position: grids.pas line 441
public property TVirtualGrid.Celda[Col: Integer,Row: Integer] : PCellProps |
Celda is an indexed PCellProps property which provides access to the data, attributes, and text for a given cell. Values are accessed by their column and row numbers. Setting a new value for the indexed property causes an existing cell to be freed from the internal cell array (when assigned) by calling DisposeCell.
|
Disposes of the resources and the pointer for the given cell. |
|
|
Pointer to a TCellProps type. |
Version 4.0 | Generated 2025-05-03 | Home |