DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.AddFieldInternal_2 | Methods | Properties
Adds new field; for internal use.
// C# public void AddFieldInternal_2( WideString _name, TGIS_FieldType _type, int _width, int _decimal, WordBool _saved, int _binary );
' VisualBasic Public Sub AddFieldInternal_2( ByVal _name As WideString, ByVal _type As TGIS_FieldType, ByVal _width As Integer, ByVal _decimal As Integer, ByVal _saved As WordBool, ByVal _binary As Integer )
// Oxygene public procedure AddFieldInternal_2( _name : WideString; _type : TGIS_FieldType; _width : Integer; _decimal : Integer; _saved : WordBool; _binary : Integer );
Name | Type | Description |
---|---|---|
_name | WideString | name of field to be add |
_type | TGIS_FieldType | type of field |
_width | int Integer | width of field |
_decimal | int Integer | decimal places |
_saved | WordBool | True if field exist in an original file |
_binary | int Integer | binary width (used only for TAB/DAT files) |