DataBrowser.SetColumnFocus Method | |
Set the column focus to a specified data column.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetColumnFocus(
oColumn
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetColumnFocus(
Usual oColumn = default
)
Request Example
View SourceParameters
- oColumn (Optional)
- Type: Usual
The column that the focus will be set to. If omitted, the default is NULL_OBJECT; the focus will not be changed.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also