Click or drag to resize

RddFieldInfo Properties

X#

The RddFieldInfo type exposes the following members.

Properties
  NameDescription
Public propertyCanSort
Can the field be sorted?
Public propertyCaption
Dynamic property for the Caption. Read from the VFP properties collection.
Public propertyColumnName
Dynamic property for the ColumnName. Read from the VFP properties collection.
Public propertyDefaultValue
Dynamic property for the DefaultValue. Read from the VFP properties collection.
Public propertyDescription
Dynamic property for the Description. Read from the VFP properties collection.
Public propertyFieldTypeFlags
FieldType as a string
Public propertyFieldTypeStr
Field type as 1 character string.
Public propertyFormat
Dynamic property for the Format. Read from the VFP properties collection.
Public propertyHasProperties
Does the field have properties.
Public propertyInputMask
Dynamic property for the InputMask. Read from the VFP properties collection.
Public propertyIsAutoIncrement
Is it an autoincrement ?
Public propertyIsBinary
Is it binary ?
Public propertyIsCompressed
Is it a compressed field (not implemented yet) ?
Public propertyIsEncrypted
Is it an encryped field (not implemented yet)?
Public propertyIsMemo
Is it a memo ?
Public propertyIsNullable
Is it nullable ?
Public propertyIsStandard
Is it a standard Dbase 3 field (CDLMN) ?
Public propertyIsUnicode
Is it a unicode text ?
Public propertyIsUnique
Dynamic property for the IsUnique. Read from the VFP properties collection.
Public propertyIsVarLength
Is it a variable length field ?
Public propertyIsVfp
Is it a VFP extended field ?
Public propertyPrimaryKey
Dynamic property for the PrimaryKey. Read from the VFP properties collection.
Public propertyProperties
Dynamic list of optional properties, such as Caption, Description.
Public propertyRuleExpression
Dynamic property for the RuleExpression. Read from the VFP properties collection.
Public propertyRuleText
Dynamic property for the RuleText. Read from the VFP properties collection.
Top
See Also