FMX.Edit.TCustomEdit.CharCase
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.Edit.pas FMX.Edit.hpp |
FMX.Edit | TCustomEdit |
Description
It defines whether to implement the UPPER or lower case conversion to the memo's text.