Vcl.DBGrids.TColumn.DefaultReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  DefaultReadOnly: Boolean;

C++

bool __fastcall DefaultReadOnly();

Properties

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

Description

Returns the default ReadOnly setting for the column.

Reflects the ReadOnly state of the grid and the grid's dataset and field.

See Also