Object typesΒΆ
OT_NULL |
A null object |
OT_BUTTON |
Window button |
OT_DATABASE |
Database |
OT_DBFILE |
Database file |
OT_FUNC |
Function |
OT_FIELD |
Record field (temporary or from a data file) |
OT_INDEX |
File index |
OT_MENU |
Menu |
OT_MENUITEM |
Menu item |
OT_RECORD |
Record buffer |
OT_TEXTBOX |
Window textbox |
OT_WINDOW |
Window |
OT_WINGRP |
Window group |
OT_WINTEXT |
Window text item |
OT_CURSOR |
Database cursor |
OT_REPORT |
Report |
OT_LISTBOX |
Listbox |
OT_TABLE |
Table |
OT_GRAPHIC |
Graphic |
OT_OLE |
OLE control |
Object types returned by the typeof() function.
RELATED TOPICS |