TdxAlertWindowManager Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Inherited from TComponent. |
#Properties
Name | Description |
---|---|
Com |
Inherited from TComponent. |
Component |
Inherited from TComponent. |
Component |
Inherited from TComponent. |
Components | Inherited from TComponent. |
Component |
Inherited from TComponent. |
Component |
Inherited from TComponent. |
Count | Returns the number of alert windows associated with the alert window manager. |
Design |
Inherited from TComponent. |
Fake |
Inherited from Tcx |
Fake |
Inherited from Tcx |
Fake |
Inherited from Tcx |
Hot |
Provides access to the currently hot-tracked alert window. |
Is |
Inherited from Tcx |
Is |
Inherited from Tcx |
Is |
Inherited from Tcx |
Items | Provides zero-based indexed access to all alert windows associated with the alert window manager. |
Look |
Applies common appearance settings to all alert windows associated with the alert window manager. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Options |
Specifies animation, hot-track, and transparency settings to be assigned to all the newly created alert windows. |
Options |
Specifies how the newly created alert windows respond to end-user actions. |
Options |
Specifies custom button settings to be assigned to all the newly created alert windows. |
Options |
Specifies caption button settings to be assigned to all the newly created alert windows. |
Options |
Specifies message settings to be assigned to all the newly created alert windows. |
Options |
Specifies navigation panel settings to be assigned to all the newly created alert windows. |
Options |
Specifies size settings to be assigned to all the newly created alert windows. |
Owner | Inherited from TComponent. |
Pixels |
Returns the DPI value corresponding to the component’s current scaling factor.
Inherited from Tcx |
Scalable protected |
Specifies if the component’s content should be scaled.
Inherited from Tcx |
Scale |
Returns the component’s scale factor.
Inherited from Tcx |
Tag | Inherited from TComponent. |
VCLCom |
Inherited from TComponent. |
Window |
Specifies the number of simultaneously visible alert windows. |
Window |
Specifies the starting pop-up position of newly created alert windows. |
#Methods
#Events
Name | Description |
---|---|
On |
Enables you to adjust an alert window‘s settings before this window is shown on screen via the Show method call. |
On |
Enables you to respond to custom button clicks in a specific alert window. |
On |
Enables you to respond to caption button clicks in a specific alert window. |
On |
Enables you to respond to alert window clicks. |
On |
Enables you to respond to closing an alert window. |
On |
Enables you to custom paint an alert window‘s background. |
On |
Enables you to custom paint an alert window‘s buttons, including caption buttons, navigation panel buttons, and custom buttons. |
On |
Enables you to custom paint an alert window‘s message caption text. |
On |
Enables you to custom paint an alert window‘s message image. |
On |
Enables you to custom paint an alert window‘s message text. |
On |
Enables you to custom paint an alert window‘s navigation panel text. |
On |
Enables you to prohibit performing a drag-and-drop operation with an alert window. |
On |
Enables you to respond to completing a drag-and-drop operation with an alert window (dropping it). |
On |
Enables you to respond to moving an alert window during a drag-and-drop operation (dragging the window). |
On |
Enables you to respond to hiding an alert window. |
On |
Allows you to handle a click on a hyperlink displayed in an alert window. |
On |
Enables you to customize an alert window‘s options and contents before this window is shown on screen via the Show method call. |
On |
Enables you to dynamically adjust the size of an alert window‘s message text area. |
On |
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. |
On |
Enables you to perform custom actions when an end-user moves the mouse pointer into an alert window‘s area. |
On |
Enables you to perform custom actions when an end-user moves the mouse pointer outside an alert window‘s area. |
On |
Enables you to perform custom actions when an end-user moves the mouse pointer within an alert window‘s area. |
On |
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. |
On |
Enables you to respond to showing an alert window. |
See Also