Skip to main content

TdxAlertWindowHitTest.HitAtMessageText Property

Indicates if the inspected point corresponds to the area that is used to display a message text in an alert window.

Declaration

property HitAtMessageText: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the inspected point corresponds to an alert window message’s caption text area; otherwise, False. Use the HitMessageText property to access ViewInfo information associated with this area.

See Also