TiStripChart.Focus
TiStripChart
Moves the focus to the Window of the ActiveX control. .
procedure Focus;
Description
- Use Focus to set the focus to the Window of this ActiveX control.
Example
Delphi
iComponent.Focus();
C++ Builder
iComponent->Focus();
Contents | Index | Previous