Ads 468x60px

Smaller time frame always follow the bigger time frame. It's better wait be patience to enter in position than risk with BIG SL. Having strong trading discipline and taking losses when necessary is a sign of serious trading approach
Subscribe:

Labels

Saturday, August 11, 2012

MOVING TO THE NEXT TAB STOP


You can make your application focus the next control (in the tab order) on your form by using the SelectNext() method.
To move to the next control:
SelectNext( 
  ActiveControl as TWinControl, 
  True, 
  True );
To move to the previous control:
SelectNext( 
  ActiveControl as TWinControl, 
  False, 
  True );


comments