Vcl.DBGrids.TColumn.DefaultImeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  DefaultImeName: TImeName;

C++

Vcl::Controls::TImeName __fastcall DefaultImeName();

Properties

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

Description

Returns the name of the default Input Method Editor (IME).

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

See Also