FMX.Memo.TMemo.CharCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CharCase: TEditCharCase read GetCharCase write SetCharCase default 0;

C++

__property CharCase = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Defines the character case for the text within the memo control.

FMX.Memo.TMemo.CharCase inherits from FMX.Memo.TCustomMemo.CharCase. All content below this line refers to FMX.Memo.TCustomMemo.CharCase.

Defines the character case for the text within the memo control.

Modify the CharCase|CharCase property's value in order to change the case of the text in the memo control.

Options are: ecNormal, ecUpperCase and ecLowerCase.

See Also