[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the grid column in the collection with the specified title.
Source position: grids.pas line 663
public function TGridColumns.ColumnByTitle( |
const aTitle: string |
):TGridColumn; |
aTitle |
|
Title for the column to retrieved from the collection. |
TGridColumn instance with the specified title, or Nil when not found.
Calls SameText to perform a case-insensitive comparison between the value in ATitle and the title in each of the columns in the collection.
Version 4.0 | Generated 2025-05-03 | Home |