FaxField Object
The FaxField object represents a field object in the AFM
object model.
Properties
FieldID Property
The FieldID property returns the unique 32-bit identifier
assigned to the field. Read-only.
Syntax
ObjField.FieldID
Data Type
Long
Back to Top
Index Property
The Index property returns the index of this field within
its parent
FaxFields collection. Read-only.
Syntax
ObjField.Index
Data Type
Long
Remarks
A field's index property may change if items are removed
from the parent's collection.
The first object in the collection has an Index value of
1.
Back to Top
Type Property
The Type property returns the field type. Read-only.
Syntax
ObjField.Type
Data Type
Long
Remarks
Valid values for this property are defined by the
FaxMsg_PhonebookEntryProperties enumeration.
Back to Top
Value Property
The Value property returns or sets the value of the
field. Read/write.
Syntax
ObjField.Value
Data Type
(variable)
Remarks
When setting the value of a field, supply the input
parameter NewVal.
Back to Top
|