Description: | Generated when the control enters the edit state. The event is generated after the GotFocus event. | ||||
ComboBox | Generated only when the Style property is "0 - Simple" or "1 - DropDown". You can select whether the Edit event is generated in the ComboBox property page. | ||||
Edit | Generated when the control enters the edit state if EditWhenGotFocus property is True. | ||||
TextBox | You can select whether the Edit event is generated in the TextBox property page. | ||||
Used in controls: | ComboBox Edit | ListView Table | TextBox | TreeView | |
Used in objects: | None. | ||||
Parameters: | [VT_I4 - IndexS9(9) COMP-5] | ||||
Description of parameters: | Index: When the control is part of an array, Index contains the control's index in the array. |