FMX.Types.IControl Methods
InheritedProtected
AddFreeNotify | public | Adds an object to the list of objects to be notified when this control is destroyed. |
AddRef | public | Increments the reference count for this interface. |
AfterDialogKey | public | |
BeginAutoDrag | public | Automatically begins the drag operation. |
BeginUpdate | public | |
CheckForAllowFocus | public | Verifies whether the current control can receive focus. |
DialogKey | public | Processes a dialog key. |
DoActivate | public | |
DoDeactivate | public | |
DoEnter | public | Provides a response when the current control receives focus. |
DoExit | public | Provides a response when the focus moves from the current control. |
DoMouseEnter | public | Provides a response when the mouse pointer enters the control's area. |
DoMouseLeave | public | Provides a response when the mouse pointer leaves the control's area. |
DragDrop | public | Provides a response when a dragged object is dropped on the control area. |
DragEnd | public | Provides a response when the dragging session ends. |
DragEnter | public | Provides a response when a dragged object enters the control area. |
DragLeave | public | Provides a response when a dragged object leaves the control area. |
DragOver | public | Provides a response when a dragged object is over the control area. |
EndUpdate | public | |
EnterChildren | public | |
ExitChildren | public | |
FindTarget | public | Returns the target control. |
GetAbsoluteEnabled | public | |
GetAcceptsControls | public | Getter function for the AcceptsControls property. |
GetCanFocus | public | |
GetCanParentFocus | public | |
GetCursor | public | Getter function for the Cursor property. |
GetDesignInteractive | public | Getter function for the DesignInteractive property. |
GetDragMode | public | Getter function for the DragMode property. |
GetEnabled | public | |
GetHintObject | public | Returns the custom hint object that manages the hint display. |
GetHintString | public | Returns the text of the hint. |
GetHitTest | public | Getter function for the HitTest property. |
GetInheritedCursor | public | |
GetIsFocused | public | |
GetLocked | public | Getter function for the Locked property. |
GetObject | public | Returns the current control as a TFmxObject. |
GetParent | public | Getter function for the Parent property. |
GetPopupMenu | public | |
GetTabStop | public | |
GetTabStopController | public | |
GetVisible | public | Getter function for the Visible property. |
HasHint | public | Returns True if the control has an available hint to display. |
KeyDown | public | Declares the method providing a response when a key is pressed down while the control has the keyboard focus. |
KeyUp | public | Declares the method providing a response when a key is released while the control has keyboard focus. |
LocalToScreen | public | Transforms and returns a specified point from the local perspective to the screen perspective. |
MouseClick | public | |
MouseDown | public | Provides a response when a mouse button is down while the cursor is over the control. |
MouseMove | public | Provides a response when the mouse cursor moves over the control. |
MouseUp | public | Provides a response when the mouse button previously pressed is released while the cursor is over the control. |
MouseWheel | public | Provides a response when the mouse wheel is rotated while the cursor is over the control. |
ObjectAtPoint | public | Returns the control in which a specified point can be found. |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
RemoveFreeNotify | public | Removes an object from the list of objects to be notified when this control is destroyed. |
Repaint | public | Forces the control to repaint its image on the screen. |
ScreenToLocal | public | Transforms and returns a specified point from the screen perspective to the local perspective. |
SetAcceptsControls | public | |
SetDragMode | public | Setter function for the DragMode property. |
SetFocus | public | Sets the focus to the current control, if possible. |
SetTabStop | public | |
SetVisible | public | Setter function for the Visible property. |
ShowContextMenu | public | Declares a method to display the context menu on a specified screen point. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |
Tap | public | This method is used to notify the component about the occurrence of a Tap gesture event from the platform. |