Gets the collection item with the specified column title.
Source position: dbgrids.pas line 315
public function TDBGridColumns.ColumnByTitle( |
const aTitle: string |
):TColumn; |
aTitle |
|
Column title to located in the collection items. |
Column instance with the specified title, or Nill 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.