TESBLabelType Type |
Unit
QESBPCSGlobals
Declaration
TESBLabelType = (eltCustom, eltNumeric, eltVirtual);
Values |
eltCustom | User can edit the labels when not in ReadOnly mode. |
eltNumeric | Labels are numerically generated - no storage, cannout be edited. |
eltVirtual | Labels are not stored but retrieved virtually, editing is permitted but the user must look after the storage. |
|