FMX.Memo.TCustomMemoModel Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnCalcContentBoundspublicEvent that raises after the control calculates its content size.
OnChangepublicOccurs when the focus leaves the memo or the user presses ENTER. The event occurs only when the text has changed.
OnChangeTrackingpublicOccurs on any change in the text of the memo.
OnValidatepublicIs raised to validate that changes have been made in the text of the memo when the memo has lost the focus or the user has pressed ENTER. The OnValidate event occurs before the OnChange event.
OnValidatingpublic Is raised to validate any change has been made in the text of the memo. Occurs before the OnChangeTracking event.
OnViewportPositionChangepublicRaises when the value of ViewportPosition was changed.