FMX.Memo.TCustomMemoModel Properties
InheritedProtected
AutoCalculateContentSize | public | Indicates that the size of the scrolling content is calculated automatically according to the size of the components in content. Otherwise, the value of the ContentSize property defines the content size. |
AutoHide | public | Defines that the scrollbars hide automatically when the scroll is done. |
AutoSelect | public | Defines whether the system selects all the text of the memo when the control receives focus. |
Bounces | public | Indicates if it is possible to scroll content abroad. |
Caret | public | Provides access to the TCaret attached to the memo control. |
CaretPosition | public | Provides access to the current cursor position in the text of the memo. |
CharCase | public | Defines the character case for the text within the memo control. |
CheckSpelling | public | Defines whether the spell-checking feature of the memo control is on or off. |
ContentBounds | public | Returns current content bounds if content bounds size is calculated. |
ContentSize | public | Current content size. |
Data | public | Value of the data model for the specified Key . Use it for sending any kind of data to presentation layer without creating custom model class. |
DataDetectorTypes | public | The types of information that can be detected in the memo text. |
DataSource | public | A collection of key-value pairs that can represent an arbitrary custom data that the data model contains. |
DisableMouseWheel | public | Defines that the control has no reaction on MouseWheel event. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
EnabledScroll | public | Enables or disables scroll. |
HideSelectionOnExit | public | Determines whether to cancel the visual indication of the selected text region when the memo control does not have the focus. |
ImeMode | public | |
KeyboardType | public | Specifies the type of on-screen keyboard to be displayed for the memo control. |
Lines | public | Provides access to the individual lines in the text of the memo. |
MaxLength | public | Specifies the maximum number of characters that can be kept in the memo control. |
Owner | public | Component that is responsible for destroying this data model once the data model is no longer necessary. |
ReadOnly | public | Specifies whether the text of the memo can be changed. |
Receiver | public | Indicates an object that receives notifications from the message sender. |
ScrollAnimation | public | Enables or disables scrolling animation. |
ScrollDirections | public | Defines the available scroll directions. |
SelectionFill | public | Represents the brush to draw the selected text region in the memo control. |
SelLength | public | Specifies the number of characters that are selected in the memo control. |
SelStart | public | Specifies the zero-based number of the first character selected in the text of the memo. |
ShowScrollBars | public | Defines scrollbars visibility. |
ShowSizeGrip | public | Shows a small control in the right-bottom corner of the scrollbox. |
TextSettingsInfo | public | Specifies the text visualization properties of the memo control. |
TouchTracking | public | Defines if the control reacts on touch events. |
ViewportPosition | public | Position of top-left point of view port at the ScrollBox content. |
ViewportSize | public | Returns the size of displaying area. |