FieldKernelGetCtrlValue Method (ControlValueGetFlags, Object, Boolean) |
Get the value from the control bound to this field.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected Object GetCtrlValue(
ControlValueGetFlags flags,
Object ctrl,
out bool isDispText
)
Protected Function GetCtrlValue (
flags As ControlValueGetFlags,
ctrl As Object,
<OutAttribute> ByRef isDispText As Boolean
) As Object
Parameters
- flags
- Type: NetQuarry.DataControlValueGetFlags
Flags controlling how the value is extracted. - ctrl
- Type: SystemObject
The from which to extract the value.
If null, the control bound to the field is used.
- isDispText
- Type: SystemBoolean
Returns whether the value extracted from the control is a DisplayText
value, or a raw value.
Return Value
Type:
ObjectThe control's value.
See Also