Vcl.StdCtrls.TMemo.WantTabs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WantTabs: Boolean read FWantTabs write FWantTabs default 0;

C++

__property WantTabs = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TMemo

Description

Determines whether the user can insert tab characters into the text.

Vcl.StdCtrls.TMemo.WantTabs inherits from Vcl.StdCtrls.TCustomMemo.WantTabs. All content below this line refers to Vcl.StdCtrls.TCustomMemo.WantTabs.

Determines whether the user can insert tab characters into the text.

Set WantTabs to true to allow users to enter tab characters into the text. Set WantTabs to false if you want the tab character to select the next control on the form instead.

Note: If WantTabs is true, users can tab into the edit control, but they can't tab out.

See Also