Skip to main content
A newer version of this page is available. .

TdxAlertWindowManager Members

An alert window manager.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Count Returns the number of alert windows associated with the alert window manager.
DesignInfo Inherited from TComponent.
FakeComponentLink1 Inherited from TcxComponent.
FakeComponentLink2 Inherited from TcxComponent.
FakeComponentLink3 Inherited from TcxComponent.
HotWindow Provides access to the currently hot-tracked alert window.
IsDesigning Inherited from TcxComponent.
IsDestroying Inherited from TcxComponent.
IsLoading Inherited from TcxComponent.
Items Provides zero-based indexed access to all alert windows associated with the alert window manager.
LookAndFeel Applies common appearance settings to all alert windows associated with the alert window manager.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OptionsAnimate Specifies animation, hot-track, and transparency settings to be assigned to all the newly created alert windows.
OptionsBehavior Specifies how the newly created alert windows respond to end-user actions.
OptionsButtons Specifies custom button settings to be assigned to all the newly created alert windows.
OptionsCaptionButtons Specifies caption button settings to be assigned to all the newly created alert windows.
OptionsMessage Specifies message settings to be assigned to all the newly created alert windows.
OptionsNavigationPanel Specifies navigation panel settings to be assigned to all the newly created alert windows.
OptionsSize Specifies size settings to be assigned to all the newly created alert windows.
Owner Inherited from TComponent.
PixelsPerInch protected Returns the DPI value corresponding to the component’s current scaling factor. Inherited from TcxScalableComponent.
Scalable protected Specifies if the component’s content should be scaled. Inherited from TcxScalableComponent.
ScaleFactor protected Returns the component’s scaling factor. Inherited from TcxScalableComponent.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.
WindowMaxCount Specifies the number of simultaneously visible alert windows.
WindowPosition Specifies the starting pop-up position of newly created alert windows.

Methods

Name Description
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.
ChangeScale(Integer,Integer) protected Scales the component and the associated controls and/or UI elements using the specified numerator and denominator values. Inherited from TcxScalableComponent.
Close(TdxAlertWindow) Immediately closes a specified alert window and destroys it.
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.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
IndexOf(TdxAlertWindow) Determines the position of a specified alert window in the Items collection.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded protected Initializes the component following the application form loading. Inherited from TcxScalableComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
ScaleForPPI(Integer) Scales the component according to the specified DPI value. Inherited from TcxScalableComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
Show(string,string,TcxImageIndex) Creates a new alert window, initializes it with specified message settings and displays this window on screen.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnBeforeShow Enables you to adjust an alert window‘s settings before this window is shown on screen via the Show method call.
OnButtonClick Enables you to respond to custom button clicks in a specific alert window.
OnCaptionButtonClick Enables you to respond to caption button clicks in a specific alert window.
OnClick Enables you to respond to alert window clicks.
OnClose Enables you to respond to closing an alert window.
OnCustomDrawBackground Enables you to custom paint an alert window‘s background.
OnCustomDrawButton Enables you to custom paint an alert window‘s buttons, including caption buttons, navigation panel buttons, and custom buttons.
OnCustomDrawMessageCaptionText Enables you to custom paint an alert window‘s message caption text.
OnCustomDrawMessageImage Enables you to custom paint an alert window‘s message image.
OnCustomDrawMessageText Enables you to custom paint an alert window‘s message text.
OnCustomDrawNavigationPanelText Enables you to custom paint an alert window‘s navigation panel text.
OnDragBegin Enables you to prohibit performing a drag-and-drop operation with an alert window.
OnDragEnd Enables you to respond to completing a drag-and-drop operation with an alert window (dropping it).
OnDragMove Enables you to respond to moving an alert window during a drag-and-drop operation (dragging the window).
OnHide Enables you to respond to hiding an alert window.
OnHyperlinkClick Allows you to handle a click on a hyperlink displayed in an alert window.
OnInitialize Enables you to customize an alert window‘s options and contents before this window is shown on screen via the Show method call.
OnMeasureMessageText Enables you to dynamically adjust the size of an alert window‘s message text area.
OnMouseDown Enables you to perform custom actions when an end-user presses a mouse button and the mouse pointer is located over an alert window‘s area.
OnMouseEnter Enables you to perform custom actions when an end-user moves the mouse pointer into an alert window‘s area.
OnMouseLeave Enables you to perform custom actions when an end-user moves the mouse pointer outside an alert window‘s area.
OnMouseMove Enables you to perform custom actions when an end-user moves the mouse pointer within an alert window‘s area.
OnMouseUp Enables you to perform custom actions when an end-user releases a mouse button and the mouse pointer is located over an alert window‘s area.
OnShow Enables you to respond to showing an alert window.
See Also