Applies to

Edit box, edit line, edit table.

Description

Returns the output conversion specification for the named control.

Usage

Return the output conversion:

outputconversion = Get_Property (objectname, "'CONV")

Returns

Value returned by Get_Property:

ValueDescription
outputconversionIf an output conversion specification exists for the named control, then it is returned in outputconversion. If there is no output conversion for the specified control, null is returned. For an edit table, returns an @SVM-delimited array of conversions for columns.

See also

VALID property

  • No labels

1 Comment

  1. After some testing with this property it appears that Set_Property is capable of updating this during runtime. I tested this in OpenInsight v9.4.0 so it may be an enhancement that was introduced later but never updated in the documentation.