Version: 1.1 (2007-08-27)
Created by: Stefan van As
Download IxIW.zip (important note: when unzipping IxIW.zip, make sure your unzip program is configured to recreate the directory structure).
Components:
Q: What is IxIW?
A: IxIW is a Delphi package containing additional components for IntraWeb (a.k.a. VCL for the Web).
Q: What Delphi versions are supported?
A: Delphi 2006 and Delphi 2007.
Q: What personalities are supported?
A: Delphi for Win32 only.
Q: What IntraWeb versions are supported?
A: IxIW contains (design-time and run-time) packages for IntraWeb 8 and IntraWeb 9.
Q: Is IxIW freeware?
A: IxIW is freeware for non-commercial and private projects.
Installation:
| Property | Visibility | Description |
|---|---|---|
| Cancel | Published | Determines whether the button's OnClick event handler executes when the Escape key is pressed |
| Property | Visibility | Description |
|---|---|---|
| Font | Published | Font class used to render the popup menu. |
| Items | Published | Lists the menu items in the popup menu. |
| ItemsHaveValues | Published | If true, the value will be written out as the value portion of the HTML OPTION tag and only the text portion will be displayed. Note: IntraWeb does not use the value tag and has no use in a normal IntraWeb application as this can be accomplished easier using Delphi code in the IntraWeb application. This option is valuable however if you are using ScriptEvents. |
| Method | Visibility | Description |
|---|---|---|
| Popup(X, Y: Integer) | Public | Call Popup to bring up the popup menu. The menu appears at the coordinates indicated by the values (in pixels) of X and Y. |
| Popup(AControl: TControl) | Public | Call Popup to bring up the popup menu. The menu appears at the lower-left corner of the specified control. |
| Event | Visibility | Description |
|---|---|---|
| OnChange | Published | OnChange is fired when the user makes a selection in the popup menu. |
| Property | Visibility | Description |
|---|---|---|
| Corners | Published | If true, rounded corners will appear. |
| Radius | Published | Radius of the corners, in pixels (min=0, max=100, default=16) |
| Reflection.Enabled | Published | If true, adds a reflection to your image. |
| Reflection.Height | Published | Height of the reflection, in % of the original image (min=0, max=100, default=50) |
| Reflection.Opacity | Published | Opacity of the reflection, in percent (min=0, max=100, default=50) |
| Property | Visibility | Description |
|---|---|---|
| Corners | Published | If true, rounded corners will appear. |
| Radius | Published | Radius of the corners, in pixels (min=0, max=100, default=16) |
| Reflection.Enabled | Published | If true, adds a reflection to your image. |
| Reflection.Height | Published | Height of the reflection, in % of the original image (min=0, max=100, default=50) |
| Reflection.Opacity | Published | Opacity of the reflection, in percent (min=0, max=100, default=50) |
Copyright © 2007 Stefan van As. All rights reserved.