====== CONV property ====== ==== 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: ^Value^Description^ |//outputconversion//|If 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|VALID property]]