WinStudio
IWSFormComponent interface
Replaces the component's current value with the component's default value.
object.DefaultData( )
Part |
Description |
| object | Required. A reference to a valid form component object. |
If the component has no default value defined, the current value is cleared.
Sub Main()
ThisForm.Components("OutputFormatDescGridCol").DefaultData()
End Sub