Siebel general control
Properties
Property | Definition |
Siebel.Format (get) | Shows the format that the control uses (usually a text box.) |
Siebel.IsNull (get) | Lets you know if the value of the control is null. |
Siebel.Text (get, set) | Shows or sets the text for a control. |
Siebel.MaxLength (get) | Shows the maximum length of a control’s value. Until a control has been focused, the MaxLength property does not return a valid value. Once focus has been set to the control the first time, the property returns the correct value every time thereafter. |
Siebel.ReadOnly (get) | Shows if a value is editable. |
Methods
Method | Description |
Siebel.Focus | Sets the focus on a control. |
Siebel.RemoveFocus | Removes the focus from a control. |
Events
Event | Description |
Siebel.Focusing | Occurs after a click and before a control is focused. |
Siebel.GotFocus | Occurs after a control is focused. |
Siebel.LosingFocus | Occurs after a click and before the focus of a control is lost. |
Siebel.LostFocus | Occurs after a control has lost focus. |
Siebel.DisplayingPopup | Occurs after a click but before a pop-up window has displayed. |
Siebel.PopupDisplayed | Occurs after a pop-up window has displayed. |
Previous topic Siebel navigation control Next topic Currency control