Skip to main content

%BI.FormField

serial class %BI.FormField extends %Library.SerialObject

Property Inventory

Properties

property Caption as %String (TRUNCATE = 1);
Property methods: CaptionDisplayToLogical(), CaptionGet(), CaptionIsValid(), CaptionLogicalToDisplay(), CaptionLogicalToOdbc(), CaptionNormalize(), CaptionSet()
property ControlType as %SmallInt;
Property methods: ControlTypeDisplayToLogical(), ControlTypeGet(), ControlTypeIsValid(), ControlTypeLogicalToDisplay(), ControlTypeNormalize(), ControlTypeSet()
property DefaultValue as %String (TRUNCATE = 1);
Property methods: DefaultValueDisplayToLogical(), DefaultValueGet(), DefaultValueIsValid(), DefaultValueLogicalToDisplay(), DefaultValueLogicalToOdbc(), DefaultValueNormalize(), DefaultValueSet()
property FieldHeight as %Numeric;
Property methods: FieldHeightDisplayToLogical(), FieldHeightGet(), FieldHeightIsValid(), FieldHeightLogicalToDisplay(), FieldHeightNormalize(), FieldHeightSet()
property FieldID as %String (TRUNCATE = 1);
Property methods: FieldIDDisplayToLogical(), FieldIDGet(), FieldIDIsValid(), FieldIDLogicalToDisplay(), FieldIDLogicalToOdbc(), FieldIDNormalize(), FieldIDSet()
property FieldLeft as %Numeric;
Property methods: FieldLeftDisplayToLogical(), FieldLeftGet(), FieldLeftIsValid(), FieldLeftLogicalToDisplay(), FieldLeftNormalize(), FieldLeftSet()
property FieldTop as %Numeric;
Property methods: FieldTopDisplayToLogical(), FieldTopGet(), FieldTopIsValid(), FieldTopLogicalToDisplay(), FieldTopNormalize(), FieldTopSet()
property FieldWidth as %Numeric;
Property methods: FieldWidthDisplayToLogical(), FieldWidthGet(), FieldWidthIsValid(), FieldWidthLogicalToDisplay(), FieldWidthNormalize(), FieldWidthSet()
property LabelHeight as %Numeric;
Property methods: LabelHeightDisplayToLogical(), LabelHeightGet(), LabelHeightIsValid(), LabelHeightLogicalToDisplay(), LabelHeightNormalize(), LabelHeightSet()
property LabelLeft as %Numeric;
Property methods: LabelLeftDisplayToLogical(), LabelLeftGet(), LabelLeftIsValid(), LabelLeftLogicalToDisplay(), LabelLeftNormalize(), LabelLeftSet()
property LabelTop as %Numeric;
Property methods: LabelTopDisplayToLogical(), LabelTopGet(), LabelTopIsValid(), LabelTopLogicalToDisplay(), LabelTopNormalize(), LabelTopSet()
property LabelWidth as %Numeric;
Property methods: LabelWidthDisplayToLogical(), LabelWidthGet(), LabelWidthIsValid(), LabelWidthLogicalToDisplay(), LabelWidthNormalize(), LabelWidthSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab