| Property | |
|---|---|
| arabic:Boolean; | Set to True for Arabic, False for Latin |
| Property | |
|---|---|
| ColorStart | Start color for filling |
| ColorEnd | End color for filling |
| TextEffect | Effect Type = teNone, te3Dup, te3DDown, teShadow, teOutline |
| TextEffectColor | Effect color used with etShadow, and etOutline. |
| Property | |
|---|---|
| Active: Boolean; | View or hide the icon from system tray |
| Icon: TIcon; | Icon that will appear in the system tray. |
| Hint: String; | Text that will appear when the mouse is over the icon. |
| PopupMenu: TPopupMenu; | Popup menu that will appear when you click the right button. |
| Event | |
| OnClick | |
| OnDblClick | |
| OnMouseMove |
| Function Name | |
|---|---|
| Lan: TLanguage; | TLanguage=(Arabic, English); |
| procedure SetLanguage (Lan:TLanguage) ; | Set the keyboard language |
| function GetLanguage:TLanguage ; | Get the keyboard language |
| procedure ChangeLanguage; | Change keyboard language - toggle -. |
| Property | |
|---|---|
| Pictrue: TBitmap; | Picture file to slice. |
| Cols: integer; | Number of columns to slice |
| Rows: integer; | Number of rows to slice |
| Slice: integer; | Slice number to view. |