TTMSFNCToolBar.OnIsLastElement Event
Fires for each toolbar element to allow the application to override whether it is treated as the last visible item.
API unit family: TMSFNCToolBar
Declaring type: TTMSFNCToolBar
Inherited from: TTMSFNCCustomToolBar
Syntax
OnIsLastElement: TTMSFNCToolBarIsLastElement;
Parameters
| Name | Description |
|---|---|
Sender |
The toolbar. |
AControl |
The control being evaluated. |
AIsLastElement |
Set to True to mark this control as the last element. |