[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the collection item with the specified column title.
Source position: dbgrids.pas line 311
public function TDBGridColumns.ColumnByTitle( |
const aTitle: string |
):TColumn; |
aTitle |
|
Column title to located in the collection items. |
Column instance with the specified title, or Nil when not found.
ColumnByTitle is a TColumn function used to get the collection item with the column title specified in aTitle. ColumnByTitle is an overridden method, and calls the inherited method to get the TColumn return value.
Version 4.0 | Generated 2025-05-03 | Home |