FMX.Text.ITextInput.ReadOnly
Delphi
function ReadOnly: Boolean;
C++
virtual bool __fastcall ReadOnly(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Text.pas FMX.Text.hpp |
FMX.Text | ITextInput |
Description
Whether the text field is in read-only mode (True
) or not (False
).