Vcl.DBGrids.TColumn.DefaultImeMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  DefaultImeMode: TImeMode;

C++

Vcl::Controls::TImeMode __fastcall DefaultImeMode();

Properties

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

Description

Describes the default behavior of the Input Method Editor (IME).

DefaultImeMode returns the ImeMode property of the data grid to which the column belongs. If the column has no associated data grid, DefaultImeMode returns the current value of the column's ImeMode property.

See Also