Discuss this help topic in SecureBlackbox Forum
This property specifies underlying field type.
Declaration
[VB.NET]
Property FieldType As Integer
[Pascal]
property FieldType : integer;
[C++]
int32_t get_FieldType();
void set_FieldType(int32_t Value);
[PHP]
integer get_FieldType()
void set_FieldType(integer $Value)
[Java]
int getFieldType();
void setFieldType(int Value);
Possible values:
Description
Use this property to specify underlying field type.
Discuss this help topic in SecureBlackbox Forum