[]
Gets default value of the specified component. If no specification have been entered for this component, returns default value.
public virtual object getCompDef(int c)
Public Overridable Function getCompDef(c As Integer) As Object
| Type | Name | Description |
|---|---|---|
| int | c | Component index |
| Type | Description |
|---|---|
| object | The default value for this component (Must be casted before use) |