ActiveTool: WxTool;
The ActiveTool property determines the active tool of the ETL task working area.
The default property value is WxTool.SelectOnly.
Executing the example requires a form, a button named the Button1 on the form, the UiEtlObject component named UiEtlObject1 and the EtlBox component named EtlBox1. UiEtlObject1 is selected as a data source for EtlBox1. Any ETL task is connected to UiEtlObject1.
Add links to the Andy, and ETL system assemblies.
Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
EtlBox1.ActiveTool := WxTool.Hand;
End Sub Button1OnClick;
After executing the example, on clicking the button the hand-shaped pointer is selected as an active tool that enables the user to change the ETL task viewable area.
See also: