Imagestrip
From Lianjapedia
Revision as of 08:43, 4 April 2018 by Yvonne.milne (Talk | contribs)
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Contents
Description
Imagestrips are containers for displaying multiple images with navigational controls.
Properties
This class supports the Common Properties plus the following:
| Property | Access (R/RW) | Value | Description |
|---|---|---|---|
| Caption | RW | Character | Text associated with the imagestrip |
| ControlSource | RW | Character | Source of data to which the object is bound |
| Gradient | RW | Numeric | Gradient type: 0 = none, 1 = vertical spread, 2 = left to right, 3 = right to left, 4 = vertical centered, 5 = iPad style |
| GradientFromColor | RW | Numeric | Gradient start color |
| GradientToColor | RW | Numeric | Gradient end color |
| Margin | RW | Numeric | Margin size in pixels |
| MarginBottom | RW | Numeric | Bottom margin in pixels |
| MarginLeft | RW | Numeric | Left margin in pixels |
| MarginRight | RW | Numeric | Right margin in pixels |
| MarginTop | RW | Numeric | Top margin in pixels |
| Picture | RW | Character | Filename of background image |
| Spacing | RW | Numeric | Control spacing in pixels |
| RecordSource | RW | Character | String containing SQL statement or table, recordset object or table alias name used as data source |
| RecordSourceType | RW | Numeric | Type of recordsource: 0 = table name, 1 = alias name, 4 = SQL statement, 5 = recordset object |
Methods
This class supports the Common Methods plus the following:
| Method | Args | Description |
|---|---|---|
| AddItem | item as Character | Add an item |
| AddItems | selectstatement as Character | commalist as Character | pipelist as Character | items as Array | Add items based on an SQL SELECT query, a comma-separated list, a pipe-separated list or from an array |
| AddObject | existing as Object | newobject as Character, class as Character | Add an existing object or a new object, in which case the object's class must also be specified |
| Clear | None | Clear the imagestrip |
| RemoveObject | existing as Object | Remove the specified object |
Events
This class supports the Common Events plus the following:
| Event | Args | Description |
|---|
