LONG_TEXT_FIELD

Typ


Versionshinweise

19.1

Web Client


Code

RecordableType.LONG_TEXT_FIELD

Beschreibung

Zahlenfeld (Long): de.cursor.gui.mrv.RecordableLongTextField

Beispiele

RecordableType type = MetaDataUtils.getFieldType("FreetText1.Activity");
if(RecordableType.LONG_TEXT_FIELD == type)
{
  //do something
}