
This method will return a list indicating the dialog or the control that has the current focus.
Returns the following according to the situation:
The method takes no parameter.
Copy Code |
|---|
(Odcl_GetFocus ) |
If the control name is blank then it is the dialog box that has the focus.
ActiveX, AngleSlider, Animation, BlockList, BlockView, CheckBox, ComboBox, DwgList, DwgPreview, Frame, GraphicButton, EditableGrid, Grid (Hatch), HtmlControl, ImageCombo, Label, ListBox, ListView, MonthPicker, Option, OptionList, PictureBox, ProgressBar, Rectangle, ScrollBar, SliderBar, SlideView, SpinButton, Splitter, TabControl, TextBox, TextButton, TreeControl, UrlLink.
Copy Code |
|---|
; Get the control position (Setq rValue (Odcl_GetFocus)) |