#include <mdisp.h>
Public Member Functions | |
| DATATIPPARMS () | |
Static Public Member Functions | |
| const SERIALIZER::ITEMDEF * | GetSerialItemDef () |
Public Attributes | |
| RVC::OBJECTNAME | TableName |
| RVC::OBJECTNAME | FieldName |
| INT32 | TableNum |
| INT32 | FieldNum |
| UINT8 | Visible |
| UINT8 | IsNumeric |
| UINT8 | UnitType |
| UINT8 | UnitStored |
| UINT8 | UnitShown |
| UINT8 | DecPlaces |
| UINT8 | NoChgField |
| UINT8 | spare |
| UNICODE | Prefix [32] |
| UNICODE | Suffix [32] |
Definition at line 2580 of file mdisp.h.
|
|
|
|
|
< GENERATING_DOXYGEN_OUTPUT
|
|
|
Decimal places for floating-point fields.
|
|
|
Field name.
|
|
|
Field number.
|
|
|
Set if field is numeric.
|
|
|
Set if user cannot change field (eg. for RGB raster).
|
|
|
Label to place before value in string, defaults to table.field name.
|
|
|
|
|
|
Label to place after value in string, defaults to unit name.
|
|
|
Table name.
|
|
|
Table number.
|
|
|
Unit to show field in.
|
|
|
Copied from DBFIELDINFO so can use in conversion.
|
|
|
Field unit type, here for validation against DBFIELDINFO.
|
|
|
Show this DataTip.
|
1.3.4-20031026