Object Creates


PLBCMP GUI Only

 

The CREATE instruction creates all necessary data structures for an object, load any resources from the resource portion of the program and load any required data from any specified disk files. The CREATE instruction does not make the object visible to the user. The ACTIVATE instruction must be used for that purpose.

 

There are many different formats for the CREATE instruction, with most object types having a different format. This is because of the widely varying types of information required for each of the different objects. The following object create instructions are available:

 

ANIMATE

DATATABLE

ICON

PANEL

STATTEXT

AUTOMATION

DIALOG

IMAGELIST

PICT

STATUSBAR

BUTTON

EDITDATETIME

LABELTEXT

POPUPMENU

SUBMENU

CHECKBOX

EDITNUMBER

LINE

PROGRESS

TABCONTROL

CHECKGRP

EDITTEXT

LISTVIEW

RADIO

TIMER

COLOR

FLOATMENU

MENU

RADIOGRP

TOOLBAR

COMBOBOX

FONT

MOVIE

RICHEDITTEXT

TREEVIEW

CONTAINER

GROUPBOX

MREGION

SHAPE

VARIANT

CONTROL

HSCROLLBAR

NETCONTROL

SLIDER

VSCROLLBAR

DATALIST

HTMLCONTROL

NETOBJECT

SPLITTER

WINDOW

 

 

See Also: Object Activates, Object Properites



PL/B Language Reference