Programmering - BASIC - Visual Basic - Objects - Methods
gox.gif (837 bytes)Properties

Add, AddItem, Item, Line, Pset, Remove, SetFocus, Show

Add
Put a new member into a Collection
> Remove
 
AddItem
Add a text string while the program is running
Object.AddItem textexpression, index
Object :

ListBox, ComboBox, Grid

textexpression :
index : 0..
> RemoveItem
  
Item
> Collection
 
Line
[Object.]Line [[Step](x1, y1)] - [Step](x2, y2) [,[color][,B[F]]]
Object

Form, Printer, Picture Box

Step :
x1, y1 :
x2, y2 :
color :
B :
F :
> Pset
> Function: QBColor
 
Pset
[Object.]PSet [Step](x, y)[,color]
Object

Form, Printer, Picture Box

Step :
x, y :
color :
> Line
> function: QBColor
 
Remove
Take a member out of a Collection.
 
> Add
 
Show
x