C Properties,Methods,Events

 

Cancel - Property 

Use                 to define which is the Cancel button in a set of CommandButtons
 
Apply to            CommandButton
Sintax    -         [Object].Cancel    = (Value) Boolean

                                   Value
                               True / False



Caption - Property  

Use                 to add/modify the text written on the object 

Apply to            CommandButton -  CheckBox -  Frame -  Label -  Menu -  OptioButton 
Sintax    -         [Object].Caption  = (String) 

                                   String
                  Any string (max 255 caracthers)

If not defined by user caption shows the object's name



ClipControls - Property 

Apply to           [Form] -  Frame and others objects therein contained
Sintax    -         [Object].ClipControls  = (Value) Boolean

                                   Value
                               True/False
True (default) repaint fully the object.False repaint only the newest object's parts.
If main object's property is set to False do not use True for the objects therein contained. 


Checked - Property 

Use                 to add or remove the check sign in menu voices 

Apply to            Menu
Sintax    -         [Object].Checked  = (Value) Boolean 

                                   Value
                                True/False

False (default)

Columns - Property 

Apply to            ListBox
Sintax    -         [Object].Columns  = (Value) 

                                   Value (Integer)
                                      0           Single column, vertical scroll
                                      1...n      Multiple columns. horizontal scroll   

Container - Property 

use :               gets or sets the container of controls in a Form 

Apply to            Objects in a Container
Sintax    -         [Object].Container  = (container) 

                                   Container
               An expression referring object container 

Change - Event  

Apply to            Combobox -  Label -   ScrollBar -  TextBox
Sintax    -         Sub [Object]_Change()..........End Sub 

Event fires when Text, Caption and Value or Scroll changes

Click - Event  

Apply to        CheckBox -  ComboBox -  CommandButton -  Listbo - 
                    OptionButton  Menu 
Sintax    -         Sub [Object]_Click()...........End Sub

Event fires clicking with the mouse on an object or changing its value to 1

Clear - Method  

Apply to            ListBox   ComboBox
Sintax    -         [Object].Clear

Remove all the list content