Q. What are the properties and methods of Arabic Edit ActiveX?
A. Here is a list of Arabic Edit ActiveX properties:
| Property Name | Value | Default Value | Comments |
| Language | 0- Arabic 1- English |
0- Arabic | Sets the default language |
| Direction | 0- Right to Left 1- Left to Right |
0- Right to Left | Sets the default Direction |
| BorderStyle | 0- None 1- Flat 2- Static_Edge 3- Three_D 4- Button_Edge |
3- Three_D | Sets the default border style |
| Keyboard | 0- Arabic Win Keyboard 1- Phonetic Keyboard |
0- Arabic Win Keyboard | Sets the default Keyboard |
| EditType | 0- Single Line 1- Multi Line 2- MultiLine_with_VerScrBar 3- MultiLine_with_HorScrBar 4- MultiLine_with_BothScrBar 5- Label |
0- Single Line | Sets the default Edit type, the activex can be used as a lebel by setting this property to Label |
| DefCharSet | 0- UniCode 1- Arabic Win CP 1256 |
Needs to be set if the ActiveX is used in the WEB pages. |
Sets the default Char Set. Is used mainly in the Web pages. No need to use it if the ActiveX is used in VB or in other programs. |
| Value | Unicode Text or ANSI Text. This property requires DefCharSet to be set |
Nothing | Sets and gets the text if the ActiveX is used in WEB pages. In VB or other programs use property TEXT. |
| Text | ANSI Text. | Nothing | Sets and gets the text In VB , visual C++ and other programs. If the ActiveX is used in WEB pages then use property Value. DefCharSet should not be use. |
| ForeColor | Any Number | Black | Sets and gets the Text Color Use decimal Numbers if the ActiveX is used in a Web page |
| BackColor | Any Number | White | Sets and gets the Back Ground Color Use decimal Numbers if the ActiveX is used in a Web page |
| Locked | 0- UnLocked 1- LockedWithCursor 2- LockedWithOutCursor |
0-UnLocked | Turn the Edit to a Read only |
| Font | The application font | The application font | Is used to set the font at the Design time |
| ArabicFontType | 0- Standard 1- Large 3- Sizable |
0- Standard | Sets the default Arabic font type, to chang the size of the Arabic font this property should be set as Sizable |
| FontName | Any font name | The Application default font name | Sets the font name, this property is run time property |
| FontSize | Font size | The Application default font size | Sets the font szie, this property is run time property |
| FontBold | 0- FALSE 1- TRUE |
0- FALSE | Sets the tyep of font to Bold or normal, this property is run time property |
| FontItalic | 0- FALSE 1- TRUE |
0- FALSE | Sets the tyep of font to Italic or normal, this property is run time property |
| FontUnderline | 0- FALSE 1- TRUE |
0- FALSE | Sets the tyep of font to Under line or normal, this property is run time property |
| FontStrikethru | 0- FALSE 1- TRUE |
0- FALSE | Sets the tyep of font to Strike through or normal, this property is run time property |
| Event Name | Return Value | Comments |
| KeyDown | KeyCode, Shift key state | Occurs when the user presses KeyDown |
| KeyUp | KeyCode, Shift key state | Occurs when the user releases the pressed Key |
| KeyPress | KeyAscii | Occurs when the user presses and releases an ANSI key |
| Click | Void | Occurs when the user presses and then releases the mouse button |
| DblClick | Void | Occurs when the user presses and releases the mouse button and then presses and releases it again |
| MouseDown | Button mouse type, Shift keys state, Location XPos and YPos | Occurs when the user presses the mouse button |
| MouseUp | Button mouse type, Shift keys state, Location XPos and YPos | Occurs when the user releases the mouse button |
| Change | Void | Occurs when the contents of have changed |
| Method Name | Parameters | Return Value | Comments |
| ShowKeyboard | Void | Void | Shows the default keyboard |
<OBJECT
NAME="ActiveXSearchEdit"
CLASSID="CLSID:42E6B8F9-2604-4b09-87C6-32BC34E00ED9"
CODEBASE="https://www.summitsoft.co.uk/AEditX.cab"
width="200"
height="25"
</OBJECT>
To get the full details of how to use the ActiveX in a web page,
Full technical support is provided for integrating ActiveX in web pages and questions
about our technology will be answered within 24 hours.
Copyright © 1999-2021.Summitsoft Limited
All rights reserved