FMX.Memo.TCustomMemoModel Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AutoCalculateContentSizepublicIndicates 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.
AutoHidepublicDefines that the scrollbars hide automatically when the scroll is done.
AutoSelectpublicDefines whether the system selects all the text of the memo when the control receives focus.
BouncespublicIndicates if it is possible to scroll content abroad.
CaretpublicProvides access to the TCaret attached to the memo control.
CaretPositionpublicProvides access to the current cursor position in the text of the memo.
CharCasepublicDefines the character case for the text within the memo control.
CheckSpellingpublicDefines whether the spell-checking feature of the memo control is on or off.
ContentBoundspublicReturns current content bounds if content bounds size is calculated.
ContentSizepublicCurrent content size.
DatapublicValue of the data model for the specified Key. Use it for sending any kind of data to presentation layer without creating custom model class.
DataDetectorTypespublicThe types of information that can be detected in the memo text.
DataSourcepublicA collection of key-value pairs that can represent an arbitrary custom data that the data model contains.
DisableMouseWheelpublicDefines that the control has no reaction on MouseWheel event.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnabledScrollpublicEnables or disables scroll.
HideSelectionOnExitpublicDetermines whether to cancel the visual indication of the selected text region when the memo control does not have the focus.
ImeModepublic
KeyboardTypepublicSpecifies the type of on-screen keyboard to be displayed for the memo control.
LinespublicProvides access to the individual lines in the text of the memo.
MaxLengthpublicSpecifies the maximum number of characters that can be kept in the memo control.
OwnerpublicComponent that is responsible for destroying this data model once the data model is no longer necessary.
ReadOnlypublicSpecifies whether the text of the memo can be changed.
ReceiverpublicIndicates an object that receives notifications from the message sender.
ScrollAnimationpublicEnables or disables scrolling animation.
ScrollDirectionspublicDefines the available scroll directions.
SelectionFillpublicRepresents the brush to draw the selected text region in the memo control.
SelLengthpublicSpecifies the number of characters that are selected in the memo control.
SelStartpublicSpecifies the zero-based number of the first character selected in the text of the memo.
ShowScrollBarspublicDefines scrollbars visibility.
ShowSizeGrippublicShows a small control in the right-bottom corner of the scrollbox.
TextSettingsInfopublicSpecifies the text visualization properties of the memo control.
TouchTrackingpublicDefines if the control reacts on touch events.
ViewportPositionpublicPosition of top-left point of view port at the ScrollBox content.
ViewportSizepublicReturns the size of displaying area.