Vcl.DBGrids.TColumn.Expandable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Expandable: Boolean read GetExpandable;

C++

__property bool Expandable = {read=GetExpandable, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Specifies whether the column can be expanded to show any child field columns.

Expandable will be false if the represented field is not an ADT, array, or reference field.

See Also