FMX.Memo.TCustomMemo.CharCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CharCase: TEditCharCase read GetCharCase write SetCharCase;

C++

__property System::Uitypes::TEditCharCase CharCase = {read=GetCharCase, write=SetCharCase, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

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