RibbonActnCtrls.TRibbonRichContentItem Members

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Inherited from: TRibbonMenuItem

property DrawBanner protected
method RibbonStyle protected
method DrawSelectedBackground protected

Inherited from: TCustomMenuItem

property Edges public

Dictates which edges are drawn when the menu item is drawn.

property ShortCutBounds protected
property MouseSelected protected
property Menu protected
method DrawUnusedEdges protected
method DrawSubMenuGlyph protected
method DrawEdge protected

Inherited from: TCustomActionControl

property Transparent public

Shows whether the control is transparent or not.

property TextBounds public

A bounding rectangle for the control caption.

property Spacing public

Controls the separation between the control's icon and caption.

property SmallIcon public

Indicates whether the control's small icon should be shown.

property ShowShortCut public

Indicates whether the control's short cut should be shown.

property ShowCaption public

Indicates whether the control's caption should be shown.

property Separator public

Indicates whether the control is a separator.

property Selected public

Indicates whether the control is currently selected.

property GlyphLayout public

Describes where the image should be on the control

property DropPoint public
property ActionClient public

Refers to the control's action client

property ActionBar public

The ActionBand object which contains the custom action control

method Keyed public

Executes the control's function in response to a keyboard action.

method CalcBounds public

Calculates the size of the control.

property GlyphPos protected
method WMSetText protected
method UpdateTextBounds protected
method UpdateSelection protected
method SetDropPoint protected
method SetSelected protected
method SetGlyphLayout protected
method SetActionClient protected
method ResetUsageData protected
method PositionChanged protected
method GetSeparator protected
method IsGrouped protected
method IsChecked protected
method HasGlyph protected
method FindImageList protected
method GetImageSize protected
method DrawSeparator protected
method DrawShadowedText protected
method DrawText protected

Draws text on the control.

method DrawBackground protected

Draws a background image on the control.

method DrawLargeGlyph protected
method DrawGlyph protected

Draws a symbol on the control.

method DrawDragDropPoint protected
method DrawDesignFocus protected
method CMItemDropPoint protected
method CMItemSelected protected
method CMFontChanged protected
method CMDesignHitTest protected
method GetShowShortCut protected
method GetShowCaption protected
method DoDragDrop protected
method CalcLayout protected

Inherited from: TGraphicControl

property Canvas protected

Provides the drawing surface used by the graphic control.

method Paint protected

Render control surface.

Inherited from: TControl

property ParentCustomHint published

Determines where a control looks for its custom hint.

property CustomHint published

Custom hint for control.

property Margins published

Specifies the margins for the control.

property HelpContext published

Numeric ID for control's context-sensitive help topic

property HelpKeyword published

Keyword for control's context-sensitive help topic

property HelpType published

Indicates whether the control's context sensitive help topic is identified by context ID or by keyword.

property Hint published

Contains the text string that can appear when the user moves the mouse over the control.

property Cursor published

Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.

property Height published

Specifies the vertical size of the control in pixels.

property Width published

Specifies the horizontal size of the control or form in pixels.

property Top published

Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels.

property Left published

Specifies the horizontal coordinate of the left edge of a component relative to its parent.

property AlignWithMargins published

Indicates whether a control should be constrained by margins.

event OnGesture public

Occurs when you perform a gesture associated with this control.

property Parent public

Indicates the parent of the control.

event WindowProc public

Points to the window procedure that responds to messages sent to the control.

property Visible public

Determines whether the component appears onscreen.

property UndockWidth public

Specifies the width of the control when it is floating.

property UndockHeight public

Specifies the height of the control when it is floating.

property Touch public

Specifies the touch manager component associated with the control.

property TBDockHeight public

Specifies the height of the control when it is docked vertically.

property ShowHint public

Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.

property LRDockWidth public

Specifies the width of the control when it is docked horizontally.

property HostDockSite public

Specifies the control in which the control is docked.

property FloatingDockSiteClass public

Specifies the class of the temporary control that hosts the control when it is floating.

property Floating public

Indicates whether the control is floating.

property ExplicitHeight public

Specifies the explicit vertical size of the control in pixels.

property ExplicitWidth public

Specifies the explicit horizontal size of the control in pixels.

property ExplicitTop public

Specifies the explicit vertical pixel coordinate of the top edge of a component relative to its parent.

property ExplicitLeft public

Specifies the explicit horizontal pixel coordinate of the left edge of a component relative to its parent.

property DockOrientation public

Specifies how the control is docked relative to other controls docked in the same parent.

property ControlStyle public

Determines style characteristics of the control.

property ControlState public

Indicates the current state of a control at runtime.

property Constraints public

Specifies the size constraints for the control.

property ClientWidth public

Specifies the horizontal size of the control's client area in pixels.

property ClientRect public

Specifies the size (in pixels) of a control's client area.

property ClientOrigin public

Specifies the screen coordinates (in pixels) of the top left corner of a control's client area.

property ClientHeight public

Specifies the height of the control's client area in pixels.

property BoundsRect public

Specifies the bounding rectangle of the control, expressed in the coordinate system of the parent control.

property BiDiMode public

Specifies the bi-directional mode for the control.

property Anchors public

Specifies how the control is anchored to its parent.

property Align public

Determines how the control aligns within its container (parent control).

property Action public

Designates the action associated with the control.

method SetTextBuf public

Sets the text of the control.

method GetTextLen public

Returns the length of the control's text.

method GetTextBuf public

Retrieves the control's text, copies it into a buffer, and returns the number of characters copied.

method UseRightToLeftScrollBar public

Specifies whether the vertical scroll bar appears on the left side of the control.

method UseRightToLeftReading public

Specifies whether the control is using a right-to-left reading order.

method UseRightToLeftAlignment public

Specifies whether the control's alignment should be reversed right-to-left.

method Update public

Processes any pending paint messages immediately.

method Show public

Makes a control visible.

method SetDesignVisible public

Makes a control visible at design time.

method SetBounds public

Sets the Left, Top, Width, and Height properties all at once.

method SendToBack public

Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.

method ParentToClient public

Translate parent coordinates to client coordinates.

method ScreenToClient public

Converts the screen coordinates of a specified point on the screen to client coordinates.

method ReplaceDockedControl public

Docks the control in the place where another control is already docked.

method Repaint public

Forces the control to repaint its image on the screen.

method Refresh public

Repaints the control on the screen.

method Perform public

Responds as if the control received a specified Windows message.

method ManualFloat public

Undocks the control.

method ManualDock public

Docks the control.

method IsRightToLeft public

Indicates whether the control should be reversed right to left.

method MouseWheelHandler public

Dispatches messages received from a mouse wheel.

method Invalidate public

Completely repaint control.

method InitiateAction public

Calls the action link's Update method if the control is associated with an action link.

method Hide public

Makes the control invisible.

method GetControlsAlignment public

Indicates how text is aligned within the control.

method EndDrag public

Stops a control from being dragged any further.

property Enabled public

Controls whether the control responds to mouse, keyboard, and timer events.

method DrawTextBiDiModeFlagsReadingOnly public

Returns the text flag to add that indicates whether the control's text should read from right to left.

method DrawTextBiDiModeFlags public

Returns the text flags that reflect the current setting of the BiDiMode property.

method DragDrop public

Is an OnDragDrop event dispatcher.

method Dragging public

Indicates whether a control is being dragged.

method Dock public

Used internally to dock the control.

method ClientToParent public

Translates client coordinates to parent coordinates.

method ClientToScreen public

Translates a given point from client area coordinates to global screen coordinates.

method BringToFront public

Puts the control in front of all other controls in its parent control.

method BeginDrag public

Starts the dragging of a control.

event OnStartDrag protected

Occurs when the user begins to drag the control or an object it contains by left-clicking the control and holding the mouse button down.

event OnStartDock protected

Occurs when the user begins to drag a control with a DragKind of dkDock.

event OnResize protected

Occurs immediately after the control is resized.

event OnMouseWheelUp protected

Occurs when the mouse wheel is rotated upward.

event OnMouseWheelDown protected

Occurs when the mouse wheel is rotated downward.

event OnMouseWheel protected

Occurs when the mouse wheel is rotated.

event OnMouseUp protected

Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component.

event OnMouseMove protected

Occurs when the user moves the mouse pointer while the mouse pointer is over a control.

event OnMouseLeave protected

Occurs when the user moves the mouse outside of a control.

event OnMouseEnter protected

Occurs when the user moves the mouse into a control.

event OnMouseDown protected

Occurs when the user presses a mouse button with the mouse pointer over a control.

event OnMouseActivate protected

Occurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active.

event OnEndDrag protected

Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.

event OnEndDock protected

Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging.

event OnDragOver protected

Occurs when the user drags an object over a control.

event OnDragDrop protected

Occurs when the user drops an object being dragged.

event OnDblClick protected

Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.

event OnContextPopup protected

Occurs when the user right-clicks the control or otherwise invokes the pop-up menu (such as using the keyboard).

event OnConstrainedResize protected

Adjust resize constraints.

event OnClick protected

Occurs when the user clicks the control.

event OnCanResize protected

Occurs when an attempt is made to resize the control.

property WindowText protected

Contains the text string of the control.

property Font protected

Controls the attributes of text written on or in the control.

property Color protected

Specifies the background color of the control.

property WheelAccumulator protected

Accumulates mouse wheel rotations.

property Text protected

Contains a text string associated with the control.

property ScalingFlags protected

Reflects which attributes of the control have been scaled.

property PopupMenu protected

Identifies the pop-up menu associated with the control.

property ParentShowHint protected

Determines where a control looks to find out if its Help Hint should be shown.

property ParentFont protected

Determines where a control looks for its font information.

property ParentColor protected

Determines where a control looks for its color information.

property ParentBiDiMode protected

Specifies whether the control uses its parent's BiDiMode.

property MouseCapture protected

Indicates whether the control has "captured" mouse events.

property IsControl protected

Determines whether a form stores its form-specific properties to a stream.

property DragMode protected

Determines how the control initiates drag-and-drop or drag-and-dock operations.

property DragCursor protected

Indicates the image used to represent the mouse pointer when the control is being dragged.

property DragKind protected

Specifies whether the control is being dragged normally or for docking.

property DesktopFont protected

Specifies whether the control uses the Windows icon font when writing text.

property Caption protected

Specifies a text string that identifies the control to the user.

property AutoSize protected

Specifies whether the control sizes itself automatically to accommodate its contents.

property ActionLink protected

Contains the action link object associated with the control.

method GetDragImages protected

Returns the control's image list containing the image to be displayed while dragging.

method DesignWndProc protected

Processes the given message and returns some Boolean information based on the message's content.

method WndProc protected

Provides specific message responses for the control.

method VisibleChanging protected

Provides the interface for a method that responds to changes in the control's visibility.

method UpdateBoundsRect protected

Changes the Top, Left, Width, and Height properties of the control, but does not update its screen image and bypasses all resize events.

method UpdateExplicitBounds protected

Attempts to update the values of the control's explicit bounds to those of its current bounds.

method SetCustomHint protected

Sets the value of the CustomHint property.

method SetZOrder protected

Repositions the control in its parent's control list, thereby changing position onscreen.

method SetBiDiMode protected

Sets the control's bidirectional mode.

method SetParentBiDiMode protected

Specifies whether the control uses its parent's BiDiMode.

method SetParent protected

Sets the parent of the control.

method SetEnabled protected

Sets the value of the Enabled property.

method SetDragMode protected

Sets the drag mode for the control.

method SetAutoSize protected

Sets the value of the AutoSize property.

method SendDockNotification protected

Sends a Windows message to the control's host dock site.

method SendCancelMode protected

Cancels the modal state of the control.

method ScaleMargins protected

Scales the values of the Margins property to the given ratio.

method ScaleConstraints protected

Scales the values of the Constraints property to the given ratio.

method Resize protected

Respond to control resize.

method RequestAlign protected

Instructs the parent of a control to reposition the control, enforcing its Align property.

method PaletteChanged protected

Responds to changes in the system's palette by realizing the control's palette.

method PositionDockRect protected

Positions the docking rectangle according to the current drag-and-dock state.

method MouseUp protected

Is an OnMouseUp event dispatcher.

method MouseMove protected

Responds to mouse moving over control area.

method MouseDown protected

OnMouseDown event dispatcher.

method MouseActivate protected

Triggers a TMouseActivateEvent event.

method IsTouchPropertyStored protected

Checks whether the associated touch manager stored any of the given options.

method GetDragMode protected

Returns the value of the DragMode property.

method GetPopupMenu protected

Returns the pop-up menu associated with the control.

method GetPalette protected

Returns the handle to a palette for use by the control.

method GetFloatingDockSiteClass protected

Returns the class used for the control when it is floating.

method GetFloating protected

Returns the value of the Floating property.

method GetEnabled protected

Returns the value of the Enabled property.

method GetDockEdge protected

Returns the edge on which another control should be docked when it is dragged over the control.

method GetDeviceContext protected

Returns a device context for the control.

method GetClientRect protected

Returns a rectangle defining the client area of the control.

method GetClientOrigin protected

Returns the screen coordinates of the upper-left corner of the control's client area.

method GetActionLinkClass protected

Returns the appropriate action link class that is associated with the control class.

method GetAction protected

Returns the value of the Action property.

method EraseDragDockImage protected

Erases the dock image for the control.

method DrawDragDockImage protected

Draws the dock image for the control.

method DoGetGestureOptions protected

Returns the interactive gestures and their options.

method DoGesture protected

Processes the unhandled gesturing events.

method DoStartDrag protected

Is an OnStartDrag event dispatcher.

method DoEndDrag protected

Is an OnEndDrag event dispatcher.

method DragOver protected

Is an OnDragOver event dispatcher.

method DragCanceled protected

Provides the interface for a method that responds to the cancellation of a drag.

method DoMouseWheelUp protected

Is an OnMouseWheelUp event dispatcher.

method DoMouseWheelDown protected

Is an OnMouseWheelDown event dispatcher.

method DoMouseWheel protected

Processes mouse wheel motion.

method DoStartDock protected

Is an OnStartDockevent dispatcher.

method DoDock protected

Docking event dispatcher.

method DoEndDock protected

Is an OnEndDock event dispatcher.

method DoContextPopup protected

Is an OnContextPopup event dispatcher.

method DockTrackNoTarget protected

Handles dragging of the control over an invalid docking target.

method DefaultDockImage protected

Handles the painting and erasing of a dock image.

method DblClick protected

OnDblClick event dispatcher.

method CreateTouchManager protected

Instantiates a touch manager.

method CalcCursorPos protected

Gives the coordinates of the cursor, with respect to the origin of the control.

method ConstrainedResize protected

Notify control of resize with constraints.

method Click protected

Respond to user click.

method ChangeScale protected

Rescaling event dispatcher.

method Changed protected

Sends a CM_CHANGED message to the control.

method CanAutoSize protected

Indicates whether the control can resize itself automatically to accommodate its contents.

method CanResize protected

OnCanResize event dispatcher.

method BeginAutoDrag protected

Begin automatic drag.

method AdjustSize protected

Sets the size of the control as determined by the AutoSize property.

method ActionChange protected

Responds when the action associated with the control changes.

Inherited from: TComponent

property Tag published

Stores an integer value as part of a component.

property Name published

Specifies the name of the component as referenced in code.

property VCLComObject public

Represents information used internally by components that support COM.

property Owner public

Indicates the component that is responsible for streaming and freeing this component.

property DesignInfo public

Contains information used by the Form designer.

property ComponentStyle public

Governs the behavior of the component.

property ComponentState public

Describes the current state of the component, indicating when a component needs to avoid certain actions.

property ComponentIndex public

Indicates the position of the component in its owner's Components property array.

property ComponentCount public

Indicates the number of components owned by the component.

property Components public

Lists all components owned by the component.

property ComObject public

Specifies the interface reference implemented by the component.

method ReferenceInterface public

Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.

method IsImplementorOf public

Indicates whether the component implements a specified interface.

method UpdateAction public

Updates the state of an action.

method SetSubComponent public

Identifies whether the component is a subcomponent.

method RemoveComponent public

Removes a specified component specified from the component's Components list.

method InsertComponent public

Establishes the component as the owner of a specified component.

method HasParent public

Verifies whether the component has a parent.

method GetParentComponent public

Returns the containing Component.

method GetEnumerator public

Returns a TComponent enumerator.

method FreeOnRelease public

Frees the interface reference for components that were created from COM classes.

method RemoveFreeNotification public

Disables destruction notification that was enabled by FreeNotification

method FreeNotification public

Ensures that AComponent is notified that the component is going to be destroyed.

method FindComponent public

Indicates whether a given component is owned by the component.

method ExecuteAction public

Executes an action.

method Destroying public

Indicates that the component and its owned components are about to be destroyed.

method DestroyComponents public

Destroys all owned components.

method Invoke protected

Provides access to Automation properties and methods when the component wraps an Automation object.

method GetIDsOfNames protected

Maps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).

method GetTypeInfo protected

Retrieves the type information for an object.

method GetTypeInfoCount protected

Returns the number of type information interfaces that an object provides (either 0 or 1).

method _Release protected

Called when an application releases a component interface.

method _AddRef protected

Called when an application uses a component interface.

method QueryInterface protected

Returns a reference to a specified interface if the object supports that interface.

method RemoveFreeNotifications protected

Notifies all owned components of the owner component's imminent destruction.

method WriteState protected

Writes the state of the component.

method ValidateInsert protected

Provides the interface for a method that validates an child component before it is inserted.

method ValidateContainer protected

Determines whether an object can be inserted into a container.

method ValidateRename protected

Ensures that renaming an owned component does not create name conflict.

method UpdateRegistry protected

Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.

method Updated protected

Clears the csUpdating state in the component's ComponentState property when the component finishes updating.

method Updating protected

Sets the csUpdating state in the component's ComponentState property.

method SetParentComponent protected

Sets the parent component.

method SetChildOrder protected

Sets the visual ordering of a child control.

method SetName protected

Sets the value of the Name property.

method SetDesignInstance protected

Ensures that components inserted at design time have their design-mode flag set.

method SetInline protected

Sets the csInline bit of the component's ComponentState property

method SetDesigning protected

Ensures that components inserted at design time have their design-mode flag set.

method SetAncestor protected

Clears or sets csAncestor state in the component's ComponentState property.

method ReadState protected

Reads the state of the component.

method PaletteCreated protected

Responds when the component is created from the component palette.

method Notification protected

Forwards notification messages to all owned components.

method Loaded protected

Initializes the component after the form file has been read into memory.

method GetChildParent protected

Returns the parent, or if there is no parent, returns the owner of a child component being read from a stream.

method GetChildOwner protected

Returns the owner of a child component being read from a stream.

method GetChildren protected

Enumerates all child components.

method ChangeName protected

Sets the private, internal storage for the Name property to the string passed in NewName.

Inherited from: TPersistent

method GetNamePath public

Returns the name of the object as it appears in the Object Inspector.

method Assign public

Copies the contents of another, similar object.

method GetOwner protected

Returns the owner of an object.

method DefineProperties protected

Provides an interface for a method that reads and writes otherwise unpublished data.

method AssignTo protected

Copies the properties of an object to a destination object.

Inherited from: TObject

method Destroy public

Disposes of an object instance.

method FreeInstance public

Deallocates memory allocated by a previous call to the NewInstance method.

method NewInstance public

Allocates memory for an instance of an object type and returns a pointer to that new instance.

method DefaultHandler public

Provides the interface for a method that processes message records.

method Dispatch public

Calls message-handling methods for the object, based on the contents of the Message parameter.

method BeforeDestruction public

Responds before the first destructor executes.

method AfterConstruction public

Responds after the last constructor has executed.

method SafeCallException public

Handles exceptions in methods declared using the safecall calling convention.

method ToString public

Returns a string containing the class name.

method GetHashCode public

Returns an integer containing the hash code.

method Equals public

Checks whether the current instance and the parameter are equal.

method UnitName public

Returns a string containing the unit name.

method GetInterfaceTable public

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

method GetInterfaceEntry public

Returns the entry for a specific interface implemented in a class.

method GetInterface public

Retrieves a specified interface.

method FieldAddress public

Returns the address of a published object field.

method MethodName public

Returns the name of a class method by address.

method MethodAddress public

Returns the address of a class method by name.

method InheritsFrom public

Determines the relationship of two object types.

method InstanceSize public

Returns the size in bytes of each instance of the object type.

method ClassInfo public

Returns a pointer to the runtime type information (RTTI) table for the object type.

method ClassParent public

Returns the type of the immediate ancestor of a class.

method ClassNameIs public

Determines whether an object is of a specific type.

method ClassName public

Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).

method ClassType public

Returns the class reference for the object's class.

method CleanupInstance public

Performs finalization on long strings, variants, and interface variables within a class.

method InitInstance public

Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.

method Free public

Destroys an object and frees its associated memory, if necessary.

method Create public

Constructs an object and initializes its data before the object is first used.


Unit: RibbonActnCtrls

Member Of: TRibbonRichContentItem

C++ Information

Inherited from: TRibbonMenuItem

method ~TRibbonMenuItem publicRibbonactnctrls.TRibbonMenuItem.~TRibbonMenuItem
method TRibbonMenuItem publicRibbonactnctrls.TRibbonMenuItem.TRibbonMenuItem
property DrawBanner protectedRibbonactnctrls.TRibbonMenuItem.DrawBanner
method RibbonStyle protectedRibbonactnctrls.TRibbonMenuItem.RibbonStyle
method DrawSelectedBackground protectedRibbonactnctrls.TRibbonMenuItem.DrawSelectedBackground

Inherited from: TCustomMenuItem

property Edges publicActnmenus.TCustomMenuItem.Edges
method ~TCustomMenuItem publicActnmenus.TCustomMenuItem.~TCustomMenuItem
method TCustomMenuItem publicActnmenus.TCustomMenuItem.TCustomMenuItem
property ShortCutBounds protectedActnmenus.TCustomMenuItem.ShortCutBounds
property MouseSelected protectedActnmenus.TCustomMenuItem.MouseSelected
property Menu protectedActnmenus.TCustomMenuItem.Menu
method DrawUnusedEdges protectedActnmenus.TCustomMenuItem.DrawUnusedEdges
method DrawSubMenuGlyph protectedActnmenus.TCustomMenuItem.DrawSubMenuGlyph
method DrawEdge protectedActnmenus.TCustomMenuItem.DrawEdge
field FNoPrefix protectedActnmenus.TCustomMenuItem.FNoPrefix

Inherited from: TCustomActionControl

property Transparent publicActnman.TCustomActionControl.Transparent
property TextBounds publicActnman.TCustomActionControl.TextBounds
property Spacing publicActnman.TCustomActionControl.Spacing
property SmallIcon publicActnman.TCustomActionControl.SmallIcon
property ShowShortCut publicActnman.TCustomActionControl.ShowShortCut
property ShowCaption publicActnman.TCustomActionControl.ShowCaption
property Separator publicActnman.TCustomActionControl.Separator
property Selected publicActnman.TCustomActionControl.Selected
property GlyphLayout publicActnman.TCustomActionControl.GlyphLayout
property DropPoint publicActnman.TCustomActionControl.DropPoint
property ActionClient publicActnman.TCustomActionControl.ActionClient
property ActionBar publicActnman.TCustomActionControl.ActionBar
method Keyed publicActnman.TCustomActionControl.Keyed
method CalcBounds publicActnman.TCustomActionControl.CalcBounds
method ~TCustomActionControl publicActnman.TCustomActionControl.~TCustomActionControl
method TCustomActionControl publicActnman.TCustomActionControl.TCustomActionControl
property GlyphPos protectedActnman.TCustomActionControl.GlyphPos
method WMSetText protectedActnman.TCustomActionControl.WMSetText
method UpdateTextBounds protectedActnman.TCustomActionControl.UpdateTextBounds
method UpdateSelection protectedActnman.TCustomActionControl.UpdateSelection
method SetDropPoint protectedActnman.TCustomActionControl.SetDropPoint
method SetSelected protectedActnman.TCustomActionControl.SetSelected
method SetGlyphLayout protectedActnman.TCustomActionControl.SetGlyphLayout
method SetActionClient protectedActnman.TCustomActionControl.SetActionClient
method ResetUsageData protectedActnman.TCustomActionControl.ResetUsageData
method PositionChanged protectedActnman.TCustomActionControl.PositionChanged
method GetSeparator protectedActnman.TCustomActionControl.GetSeparator
method IsGrouped protectedActnman.TCustomActionControl.IsGrouped
method IsChecked protectedActnman.TCustomActionControl.IsChecked
method HasGlyph protectedActnman.TCustomActionControl.HasGlyph
method FindImageList protectedActnman.TCustomActionControl.FindImageList
method GetImageSize protectedActnman.TCustomActionControl.GetImageSize
method DrawSeparator protectedActnman.TCustomActionControl.DrawSeparator
method DrawShadowedText protectedActnman.TCustomActionControl.DrawShadowedText
method DrawTextA protectedActnman.TCustomActionControl.DrawTextA
method DrawBackground protectedActnman.TCustomActionControl.DrawBackground
method DrawLargeGlyph protectedActnman.TCustomActionControl.DrawLargeGlyph
method DrawGlyph protectedActnman.TCustomActionControl.DrawGlyph
method DrawDragDropPoint protectedActnman.TCustomActionControl.DrawDragDropPoint
method DrawDesignFocus protectedActnman.TCustomActionControl.DrawDesignFocus
method CMItemDropPoint protectedActnman.TCustomActionControl.CMItemDropPoint
method CMItemSelected protectedActnman.TCustomActionControl.CMItemSelected
method CMFontChanged protectedActnman.TCustomActionControl.CMFontChanged
method CMDesignHitTest protectedActnman.TCustomActionControl.CMDesignHitTest
method GetShowShortCut protectedActnman.TCustomActionControl.GetShowShortCut
method GetShowCaption protectedActnman.TCustomActionControl.GetShowCaption
method DoDragDrop protectedActnman.TCustomActionControl.DoDragDrop
method CalcLayout protectedActnman.TCustomActionControl.CalcLayout

Inherited from: TGraphicControl

method ~TGraphicControl publicControls.TGraphicControl.~TGraphicControl
method TGraphicControl publicControls.TGraphicControl.TGraphicControl
property Canvas protected

Provides the drawing surface used by the graphic control.

method Paint protected

Render control surface.

Inherited from: TControl

property ParentCustomHint public

Determines where a control looks for its custom hint.

property CustomHint public

Custom hint for control.

property Margins public

Specifies the margins for the control.

property HelpContext public

Numeric ID for control's context-sensitive help topic

property HelpKeyword public

Keyword for control's context-sensitive help topic

property HelpType public

Indicates whether the control's context sensitive help topic is identified by context ID or by keyword.

property Hint public

Contains the text string that can appear when the user moves the mouse over the control.

property Cursor public

Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.

property Height public

Specifies the vertical size of the control in pixels.

property Width public

Specifies the horizontal size of the control or form in pixels.

property Top public

Specifies the Y coordinate of the top left corner of a control, relative to its parent or containing control in pixels.

property Left public

Specifies the horizontal coordinate of the left edge of a component relative to its parent.

property AlignWithMargins public

Indicates whether a control should be constrained by margins.

event OnGesture public

Occurs when you perform a gesture associated with this control.

property Parent public

Indicates the parent of the control.

event WindowProc public

Points to the window procedure that responds to messages sent to the control.

property Visible public

Determines whether the component appears onscreen.

property UndockWidth public

Specifies the width of the control when it is floating.

property UndockHeight public

Specifies the height of the control when it is floating.

property Touch public

Specifies the touch manager component associated with the control.

property TBDockHeight public

Specifies the height of the control when it is docked vertically.

property ShowHint public

Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.

property LRDockWidth public

Specifies the width of the control when it is docked horizontally.

property HostDockSite public

Specifies the control in which the control is docked.

property FloatingDockSiteClass public

Specifies the class of the temporary control that hosts the control when it is floating.

property Floating public

Indicates whether the control is floating.

property ExplicitHeight public

Specifies the explicit vertical size of the control in pixels.

property ExplicitWidth public

Specifies the explicit horizontal size of the control in pixels.

property ExplicitTop public

Specifies the explicit vertical pixel coordinate of the top edge of a component relative to its parent.

property ExplicitLeft public

Specifies the explicit horizontal pixel coordinate of the left edge of a component relative to its parent.

property DockOrientation public

Specifies how the control is docked relative to other controls docked in the same parent.

property ControlStyle public

Determines style characteristics of the control.

property ControlState public

Indicates the current state of a control at runtime.

property Constraints public

Specifies the size constraints for the control.

property ClientWidth public

Specifies the horizontal size of the control's client area in pixels.

property ClientRect public

Specifies the size (in pixels) of a control's client area.

property ClientOrigin public

Specifies the screen coordinates (in pixels) of the top left corner of a control's client area.

property ClientHeight public

Specifies the height of the control's client area in pixels.

property BoundsRect public

Specifies the bounding rectangle of the control, expressed in the coordinate system of the parent control.

property BiDiMode public

Specifies the bi-directional mode for the control.

property Anchors public

Specifies how the control is anchored to its parent.

property Align public

Determines how the control aligns within its container (parent control).

property Action public

Designates the action associated with the control.

method SetTextBuf public

Sets the text of the control.

method GetTextLen public

Returns the length of the control's text.

method GetTextBuf public

Retrieves the control's text, copies it into a buffer, and returns the number of characters copied.

method UseRightToLeftScrollBar public

Specifies whether the vertical scroll bar appears on the left side of the control.

method UseRightToLeftReading public

Specifies whether the control is using a right-to-left reading order.

method UseRightToLeftAlignment public

Specifies whether the control's alignment should be reversed right-to-left.

method Update public

Processes any pending paint messages immediately.

method Show public

Makes a control visible.

method SetDesignVisible public

Makes a control visible at design time.

method SetBounds public

Sets the Left, Top, Width, and Height properties all at once.

method SendToBack public

Puts a windowed control behind all other windowed controls, or puts a non-windowed control behind all other non-windowed controls.

method ParentToClient public

Translate parent coordinates to client coordinates.

method ScreenToClient public

Converts the screen coordinates of a specified point on the screen to client coordinates.

method ReplaceDockedControl public

Docks the control in the place where another control is already docked.

method Repaint public

Forces the control to repaint its image on the screen.

method Refresh public

Repaints the control on the screen.

method Perform public

Responds as if the control received a specified Windows message.

method ManualFloat public

Undocks the control.

method ManualDock public

Docks the control.

method IsRightToLeft public

Indicates whether the control should be reversed right to left.

method MouseWheelHandler public

Dispatches messages received from a mouse wheel.

method Invalidate public

Completely repaint control.

method InitiateAction public

Calls the action link's Update method if the control is associated with an action link.

method Hide public

Makes the control invisible.

method GetControlsAlignment public

Indicates how text is aligned within the control.

method EndDrag public

Stops a control from being dragged any further.

property Enabled public

Controls whether the control responds to mouse, keyboard, and timer events.

method DrawTextBiDiModeFlagsReadingOnly public

Returns the text flag to add that indicates whether the control's text should read from right to left.

method DrawTextBiDiModeFlags public

Returns the text flags that reflect the current setting of the BiDiMode property.

method DragDrop public

Is an OnDragDrop event dispatcher.

method Dragging public

Indicates whether a control is being dragged.

method Dock public

Used internally to dock the control.

method ClientToParent public

Translates client coordinates to parent coordinates.

method ClientToScreen public

Translates a given point from client area coordinates to global screen coordinates.

method BringToFront public

Puts the control in front of all other controls in its parent control.

method BeginDrag public

Starts the dragging of a control.

method ~TControl publicControls.TControl.~TControl
method TControl publicControls.TControl.TControl
event OnStartDrag protected

Occurs when the user begins to drag the control or an object it contains by left-clicking the control and holding the mouse button down.

event OnStartDock protected

Occurs when the user begins to drag a control with a DragKind of dkDock.

event OnResize protected

Occurs immediately after the control is resized.

event OnMouseWheelUp protected

Occurs when the mouse wheel is rotated upward.

event OnMouseWheelDown protected

Occurs when the mouse wheel is rotated downward.

event OnMouseWheel protected

Occurs when the mouse wheel is rotated.

event OnMouseUp protected

Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component.

event OnMouseMove protected

Occurs when the user moves the mouse pointer while the mouse pointer is over a control.

event OnMouseLeave protected

Occurs when the user moves the mouse outside of a control.

event OnMouseEnter protected

Occurs when the user moves the mouse into a control.

event OnMouseDown protected

Occurs when the user presses a mouse button with the mouse pointer over a control.

event OnMouseActivate protected

Occurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active.

event OnEndDrag protected

Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.

event OnEndDock protected

Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging.

event OnDragOver protected

Occurs when the user drags an object over a control.

event OnDragDrop protected

Occurs when the user drops an object being dragged.

event OnDblClick protected

Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.

event OnContextPopup protected

Occurs when the user right-clicks the control or otherwise invokes the pop-up menu (such as using the keyboard).

event OnConstrainedResize protected

Adjust resize constraints.

event OnClick protected

Occurs when the user clicks the control.

event OnCanResize protected

Occurs when an attempt is made to resize the control.

property WindowText protected

Contains the text string of the control.

property Font protected

Controls the attributes of text written on or in the control.

property Color protected

Specifies the background color of the control.

property WheelAccumulator protected

Accumulates mouse wheel rotations.

property Text protected

Contains a text string associated with the control.

property ScalingFlags protected

Reflects which attributes of the control have been scaled.

property PopupMenu protected

Identifies the pop-up menu associated with the control.

property ParentShowHint protected

Determines where a control looks to find out if its Help Hint should be shown.

property ParentFont protected

Determines where a control looks for its font information.

property ParentColor protected

Determines where a control looks for its color information.

property ParentBiDiMode protected

Specifies whether the control uses its parent's BiDiMode.

property MouseCapture protected

Indicates whether the control has "captured" mouse events.

property IsControl protected

Determines whether a form stores its form-specific properties to a stream.

property DragMode protected

Determines how the control initiates drag-and-drop or drag-and-dock operations.

property DragCursor protected

Indicates the image used to represent the mouse pointer when the control is being dragged.

property DragKind protected

Specifies whether the control is being dragged normally or for docking.

property DesktopFont protected

Specifies whether the control uses the Windows icon font when writing text.

property Caption protected

Specifies a text string that identifies the control to the user.

property AutoSize protected

Specifies whether the control sizes itself automatically to accommodate its contents.

property ActionLink protected

Contains the action link object associated with the control.

method GetDragImages protected

Returns the control's image list containing the image to be displayed while dragging.

method DesignWndProc protected

Processes the given message and returns some Boolean information based on the message's content.

method WndProc protected

Provides specific message responses for the control.

method VisibleChanging protected

Provides the interface for a method that responds to changes in the control's visibility.

method UpdateBoundsRect protected

Changes the Top, Left, Width, and Height properties of the control, but does not update its screen image and bypasses all resize events.

method UpdateExplicitBounds protected

Attempts to update the values of the control's explicit bounds to those of its current bounds.

method SetCustomHint protected

Sets the value of the CustomHint property.

method SetZOrder protected

Repositions the control in its parent's control list, thereby changing position onscreen.

method SetBiDiMode protected

Sets the control's bidirectional mode.

method SetParentBiDiMode protected

Specifies whether the control uses its parent's BiDiMode.

method SetParent protected

Sets the parent of the control.

method SetEnabled protected

Sets the value of the Enabled property.

method SetDragMode protected

Sets the drag mode for the control.

method SetAutoSize protected

Sets the value of the AutoSize property.

method SendDockNotification protected

Sends a Windows message to the control's host dock site.

method SendCancelMode protected

Cancels the modal state of the control.

method ScaleMargins protected

Scales the values of the Margins property to the given ratio.

method ScaleConstraints protected

Scales the values of the Constraints property to the given ratio.

method Resize protected

Respond to control resize.

method RequestAlign protected

Instructs the parent of a control to reposition the control, enforcing its Align property.

method PaletteChanged protected

Responds to changes in the system's palette by realizing the control's palette.

method PositionDockRect protected

Positions the docking rectangle according to the current drag-and-dock state.

method MouseUp protected

Is an OnMouseUp event dispatcher.

method MouseMove protected

Responds to mouse moving over control area.

method MouseDown protected

OnMouseDown event dispatcher.

method MouseActivate protected

Triggers a TMouseActivateEvent event.

method IsTouchPropertyStored protected

Checks whether the associated touch manager stored any of the given options.

method GetDragMode protected

Returns the value of the DragMode property.

method GetPopupMenu protected

Returns the pop-up menu associated with the control.

method GetPalette protected

Returns the handle to a palette for use by the control.

method GetFloatingDockSiteClass protected

Returns the class used for the control when it is floating.

method GetFloating protected

Returns the value of the Floating property.

method GetEnabled protected

Returns the value of the Enabled property.

method GetDockEdge protected

Returns the edge on which another control should be docked when it is dragged over the control.

method GetDeviceContext protected

Returns a device context for the control.

method GetClientRect protected

Returns a rectangle defining the client area of the control.

method GetClientOrigin protected

Returns the screen coordinates of the upper-left corner of the control's client area.

method GetActionLinkClass protected

Returns the appropriate action link class that is associated with the control class.

method GetAction protected

Returns the value of the Action property.

method EraseDragDockImage protected

Erases the dock image for the control.

method DrawDragDockImage protected

Draws the dock image for the control.

method DoGetGestureOptions protected

Returns the interactive gestures and their options.

method DoGesture protected

Processes the unhandled gesturing events.

method DoStartDrag protected

Is an OnStartDrag event dispatcher.

method DoEndDrag protected

Is an OnEndDrag event dispatcher.

method DragOver protected

Is an OnDragOver event dispatcher.

method DragCanceled protected

Provides the interface for a method that responds to the cancellation of a drag.

method DoMouseWheelUp protected

Is an OnMouseWheelUp event dispatcher.

method DoMouseWheelDown protected

Is an OnMouseWheelDown event dispatcher.

method DoMouseWheel protected

Processes mouse wheel motion.

method DoStartDock protected

Is an OnStartDockevent dispatcher.

method DoDock protected

Docking event dispatcher.

method DoEndDock protected

Is an OnEndDock event dispatcher.

method DoContextPopup protected

Is an OnContextPopup event dispatcher.

method DockTrackNoTarget protected

Handles dragging of the control over an invalid docking target.

method DefaultDockImage protected

Handles the painting and erasing of a dock image.

method DblClick protected

OnDblClick event dispatcher.

method CreateTouchManager protected

Instantiates a touch manager.

method CalcCursorPos protected

Gives the coordinates of the cursor, with respect to the origin of the control.

method ConstrainedResize protected

Notify control of resize with constraints.

method Click protected

Respond to user click.

method ChangeScale protected

Rescaling event dispatcher.

method Changed protected

Sends a CM_CHANGED message to the control.

method CanAutoSize protected

Indicates whether the control can resize itself automatically to accommodate its contents.

method CanResize protected

OnCanResize event dispatcher.

method BeginAutoDrag protected

Begin automatic drag.

method AdjustSize protected

Sets the size of the control as determined by the AutoSize property.

method ActionChange protected

Responds when the action associated with the control changes.

field FReserved protected

FReserved is an internal Delphi variable and should not be used.

field FExplicitHeight protected

Specifies the explicit vertical size of the control in pixels.

field FExplicitWidth protected

Specifies the explicit horizontal size of the control in pixels.

field FExplicitTop protected

Specifies the explicit vertical pixel coordinate of the top edge of a component. The coordinate is relative to the component's parent.

field FExplicitLeft protected

Specifies the explicit horizontal pixel coordinate of the left edge of a component. The coordinate is relative to the component’s parent.

field FOriginalParentSize protected

Specifies the original size of the parent to which the control is anchored.

field FAnchorOrigin protected

Specifies the coordinates of the anchor associated with the control.

field FAnchorRules protected

Specifies the original coordinates of the anchor associated with the control.

field FAnchorMove protected

Specifies whether the control must keep its dimensions when it is moved, while being anchored to the form.

Inherited from: TComponent

method operator () public
property Tag public

Stores an integer value as part of a component.

property Name public

Specifies the name of the component as referenced in code.

property VCLComObject public

Represents information used internally by components that support COM.

property Owner public

Indicates the component that is responsible for streaming and freeing this component.

property DesignInfo public

Contains information used by the Form designer.

property ComponentStyle public

Governs the behavior of the component.

property ComponentState public

Describes the current state of the component, indicating when a component needs to avoid certain actions.

property ComponentIndex public

Indicates the position of the component in its owner's Components property array.

property ComponentCount public

Indicates the number of components owned by the component.

property Components public

Lists all components owned by the component.

property ComObject public

Specifies the interface reference implemented by the component.

method ReferenceInterface public

Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.

method IsImplementorOf public

Indicates whether the component implements a specified interface.

method UpdateAction public

Updates the state of an action.

method SetSubComponent public

Identifies whether the component is a subcomponent.

method RemoveComponent public

Removes a specified component specified from the component's Components list.

method InsertComponent public

Establishes the component as the owner of a specified component.

method HasParent public

Verifies whether the component has a parent.

method GetParentComponent public

Returns the containing Component.

method GetEnumerator public

Returns a TComponent enumerator.

method FreeOnRelease public

Frees the interface reference for components that were created from COM classes.

method RemoveFreeNotification public

Disables destruction notification that was enabled by FreeNotification

method FreeNotification public

Ensures that AComponent is notified that the component is going to be destroyed.

method FindComponent public

Indicates whether a given component is owned by the component.

method ExecuteAction public

Executes an action.

method Destroying public

Indicates that the component and its owned components are about to be destroyed.

method DestroyComponents public

Destroys all owned components.

method ~TComponent publicClasses.TComponent.~TComponent
method TComponent publicClasses.TComponent.TComponent
method Invoke protected

Provides access to Automation properties and methods when the component wraps an Automation object.

method GetIDsOfNames protected

Maps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).

method GetTypeInfo protected

Retrieves the type information for an object.

method GetTypeInfoCount protected

Returns the number of type information interfaces that an object provides (either 0 or 1).

method _Release protected

Called when an application releases a component interface.

method _AddRef protected

Called when an application uses a component interface.

method QueryInterface protected

Returns a reference to a specified interface if the object supports that interface.

method RemoveFreeNotifications protected

Notifies all owned components of the owner component's imminent destruction.

method WriteState protected

Writes the state of the component.

method ValidateInsert protected

Provides the interface for a method that validates an child component before it is inserted.

method ValidateContainer protected

Determines whether an object can be inserted into a container.

method ValidateRename protected

Ensures that renaming an owned component does not create name conflict.

method UpdateRegistry protected

Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.

method Updated protected

Clears the csUpdating state in the component's ComponentState property when the component finishes updating.

method Updating protected

Sets the csUpdating state in the component's ComponentState property.

method SetParentComponent protected

Sets the parent component.

method SetChildOrder protected

Sets the visual ordering of a child control.

method SetName protected

Sets the value of the Name property.

method SetDesignInstance protected

Ensures that components inserted at design time have their design-mode flag set.

method SetInline protected

Sets the csInline bit of the component's ComponentState property

method SetDesigning protected

Ensures that components inserted at design time have their design-mode flag set.

method SetAncestor protected

Clears or sets csAncestor state in the component's ComponentState property.

method ReadState protected

Reads the state of the component.

method PaletteCreated protected

Responds when the component is created from the component palette.

method Notification protected

Forwards notification messages to all owned components.

method Loaded protected

Initializes the component after the form file has been read into memory.

method GetChildParent protected

Returns the parent, or if there is no parent, returns the owner of a child component being read from a stream.

method GetChildOwner protected

Returns the owner of a child component being read from a stream.

method GetChildren protected

Enumerates all child components.

method ChangeName protected

Sets the private, internal storage for the Name property to the string passed in NewName.

field FComponentStyle protected

FComponentStyle is the field of the ComponentStyle read-only property.

Inherited from: TPersistent

method TPersistent publicClasses.TPersistent.TPersistent
method GetNamePath public

Returns the name of the object as it appears in the Object Inspector.

method Assign public

Copies the contents of another, similar object.

method ~TPersistent publicClasses.TPersistent.~TPersistent
method GetOwner protected

Returns the owner of an object.

method DefineProperties protected

Provides an interface for a method that reads and writes otherwise unpublished data.

method AssignTo protected

Copies the properties of an object to a destination object.

Inherited from: TObject

method ~TObject publicSystem.TObject.~TObject
method FreeInstance public

Deallocates memory allocated by a previous call to the NewInstance method.

method NewInstance protected

Allocates memory for an instance of an object type and returns a pointer to that new instance.

method DefaultHandler public

Provides the interface for a method that processes message records.

method Dispatch public

Calls message-handling methods for the object, based on the contents of the Message parameter.

method BeforeDestruction public

Responds before the first destructor executes.

method AfterConstruction public

Responds after the last constructor has executed.

method SafeCallException public

Handles exceptions in methods declared using the safecall calling convention.

method ToString public

Returns a string containing the class name.

method GetHashCode public

Returns an integer containing the hash code.

method Equals public

Checks whether the current instance and the parameter are equal.

method GetInterfaceTable public

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

method GetInterfaceEntry public

Returns the entry for a specific interface implemented in a class.

method GetInterface public

Retrieves a specified interface.

method UnitName public

Returns a string containing the unit name.

method MethodName public

Returns the name of a class method by address.

method MethodAddress public

Returns the address of a class method by name.

method InheritsFrom public

Determines the relationship of two object types.

method InstanceSize public

Returns the size in bytes of each instance of the object type.

method ClassInfo public

Returns a pointer to the runtime type information (RTTI) table for the object type.

method ClassParent public

Returns the type of the immediate ancestor of a class.

method ClassNameIs public

Determines whether an object is of a specific type.

method ClassName public

Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).

method InitInstance public

Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.

method FieldAddress public

Returns the address of a published object field.

method CleanupInstance public

Performs finalization on long strings, variants, and interface variables within a class.

method ClassType public

Returns the class reference for the object's class.

method Free public

Destroys an object and frees its associated memory, if necessary.

method TObject publicSystem.TObject.TObject


Unit: RibbonActnCtrls

Member Of: TRibbonRichContentItem


Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!

Personal tools
Translations
Newest Version