FMX.Memo.TCustomMemoModel.CharCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CharCase: TEditCharCase read FCharCase write SetCharCase;

C++

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

Properties

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

Description

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

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

The options are the following: ecNormal,ecUpperCase, and ecLowerCase.

See Also