Skip to content

cField.Value

Brendon edited this page Mar 17, 2024 · 1 revision

Value

returns: Variant

accepts: Variant

This is the property of the cField that holds the value assigned to it. This is a get/set property that applys the input Variant to the internal value variable. If the input variable contains the Empty indicator, the value Null is applied instead of Empty.

Dim fld as New cField
Dim var as Variant
var = 1
fld.Value = var

See also: cField

Clone this wiki locally