Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== TYPE property ====== ==== Applies To ==== All controls, menu items ==== Description ==== Returns the formal control type name for the specified control. For example, 'EDITTABLE' and 'EDITFIELD' are returned for edit tables and edit fields, respectively. ==== Usage ==== //objecttype// = **Get_Property**(//objectname//, "**TYPE**") ==== See Also ==== [[objectlist_service|Utility("OBJECTLIST")]], [[ctrlmap|CTRLMAP Property]], [[part|PART property]], [[pos|POS property]], [[id|ID property]], [[mv|MV property]] ===== Controls and Their Types ===== ^Control Type^TYPE Property Returned^ |Bitmap|BITMAP| |Check Box with a Bitmap set|CHECKBMP| |Check Box|CHECKBOX| |Combo Box|COMBOBOX| |Edit Box|EDITBOX| |Editline|EDITFIELD| |Edit Table|EDITTABLE| |Group|GROUPBOX| |Horizontal Scroll Bar|HSCROLLBAR| |Horizontal Splitter Bar|HSPLITBAR| |List Box|LISTBOX| |Push button with a Bitmap set|PUSHBMP| |Push button|PUSHBUTTON| |Radio Group|RADIOGROUP| |Individual radio buttons within a radio group|RADIOBUTTON| |Labels|STATIC| |Tab control|TABCONTROL| |Vertical Scroll Bar|VSCROLLBAR| |Vertical Splitter Bar|VSPLITBAR| |Window|WINDOW| guides/programming/programmers_reference_manual/type.txt Last modified: 2024/06/19 20:20by 127.0.0.1