Skip to main content

TdxGuide Members

A guide UI adorner element.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
Adorners Provides access to the collection to which the guide UI adorner belongs.
AllowCalloutPopup Specifies if the guide UI adorner can display a callout popup.
BorderColor Specifies the guide UI adorner’s outline color.
CalloutPopupAlignment Specifies the callout pop-up position in relation to the guide UI adorner.
Collection Specifies the collection containing the current element. Inherited from TcxComponentCollectionItem.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
DesignInfo Inherited from TComponent.
DisplayName Specifies the collection item’s name displayed in the collection editor. Inherited from TcxComponentCollectionItem.
ID Gets the unique identifier of the current collection element. Inherited from TcxComponentCollectionItem.
Index Specifies the zero-based index of the current element in the collection. Inherited from TcxComponentCollectionItem.
Manager Provides access to the UI adorner manager to which the adorner element belongs. Inherited from TdxCustomAdorner.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
Selected Specifies if the guide UI adorner is selected.
TabOrder Specifies the custom keystroke navigation order for the guide UI adorner.
Tag Inherited from TComponent.
TargetElement Specifies the adorner’s target UI element. Inherited from TdxCustomAdorner.
TargetElementClass Specifies the adorner’s target element class. Inherited from TdxCustomAdorner.
TargetElementClassName Specifies the name of the adorner’s target element class. Inherited from TdxCustomAdorner.
VCLComObject Inherited from TComponent.
Visible Specifies if the adorner element is visible. Inherited from TdxCustomAdorner.

Methods

Name Description
AddToCollection(TcxComponentCollection) protected Adds the current collection element to a collection. Inherited from TcxComponentCollectionItem.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetCollectionFromParent(TComponent) protected Inherited from TcxComponentCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Returns the parent component of the current item’s collection. Inherited from TcxComponentCollectionItem.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RemoveFromCollection(TcxComponentCollection) protected Removes the current collection element from a collection. Inherited from TcxComponentCollectionItem.
SetParentComponent(TComponent) Adds the current element to a collection associated with a specified component. Inherited from TcxComponentCollectionItem.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnChanged Enables you to respond to the UI adorner element’s changes. Inherited from TdxCustomAdorner.
OnClick Allows you to respond to a click on the UI adorner element. Inherited from TdxCustomAdorner.
OnCustomDraw Allows you to custom paint the UI adorner. Inherited from TdxCustomAdorner.
OnCustomDrawBackground Allows you to custom paint the badge UI adorner‘s background. Inherited from TdxCustomAdorner.
OnGetCalloutPopupControl Allows you to display a callout in response to clicking the guide UI adorner.
See Also