Vcl.DBLookup.TDBLookupList.SetColumnAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetColumnAttributes; override;

C++

virtual void __fastcall SetColumnAttributes();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Sets the column widths and disables tabbing to cells that cannot be edited.

Applications cannot call this protected method. It is called automatically when the Columns property is recomputed, to adjust the column widths and ensure that the user can only tab to fields that can be edited.

See Also