Object | --Persistent | --Component | --Control | --DBIteratorEnd
Located in File: /dbctrls.inc.php
Use this component to delimit a section on your templated form, that section will iterate as many times as records found on the dataset attached specified in the Datasource property of the DBIteratorBegin component assigned in the IteratorBegin property.
You can place this component at any place in your templated form, but NOT on regular VCL forms, as it produces code for the template.
To make a section work, two components must be placed on a templated form, a DBIteratorBegin and a DBIteratorEnd, and must be linked through the IteratorBegin property.
This component shows </dbiteratorbegin> with the name of the DBIterator begin attached.
![]() | IteratorBegin | Specifies which DBIteratorBegin belongs to this end |
Defined in class Control |
||
![]() | Cached | |
![]() | Cursor | Change the value of Cursor to provide feedback to the user when the mouse pointer enters the control. |
![]() | Height | Specifies the vertical size of the control or form in pixels. |
![]() | Hint | Specifies the text to show in a tooltip when the mouse is over the control for some time. |
![]() | HintAttribute | If control has any Hint, then returns the hint in attribute format for the tag. |
![]() | Layer | Determines the layer in which this control is going to be rendered. |
![]() | Left | Uses the Left property to determine where the left side of the control begins, or to reposition the left side of the control. |
![]() | Top | Uses Top to locate the top of the control, or reposition the control to a different Y coordinate. |
![]() | Width | Specifies the horizontal size of the control or form in pixels. |
![]() | AdjustToLayout | A helper property for Layouts to know if the component should adjust to the layout or not |
![]() | Align | Determines how the control aligns within its container (parent control). |
![]() | Alignment | Specifies the alignment to be used by the control, it depends on the control on how to use this property to show information. |
![]() | Attributes | A property for tag based controls to allow component user to add attributes to the tag |
![]() | Autosize | Determines if the control is going to adjust itself to the parent size |
![]() | Caption | Specifies a text string that identifies the control to the user. |
![]() | Color | Specifies the main color of the control. |
![]() | ControlStyle | An array which holds the control style, with settings for the IDE. |
![]() | DesignColor | Specifies a color to use by the control at design time. |
![]() | DivWrap | Specifies if the control must be wrapped by a div or not |
![]() | DoParentReset | Performs a parent reset if true. |
![]() | Enabled | Controls whether the control responds to mouse, keyboard, and timer events. |
![]() | Font | Determines the Font to be used when generating this control. |
![]() | Hidden | This property, when true, allows controls to generate all code, but don't show the control on the browser. |
![]() | IsLayer | Specifies if this control is a Layer instead of being integrated into the document. |
![]() | JsEvents | Returns a string with all assigned javascript events, ready to be added to a control tag. |
![]() | JSWrapperHiddenFieldName | Gets the name of the hidden field used to submit the value for the event that was fired. |
![]() | Parent | Indicates the parent of the control. |
![]() | ParentColor | Determines where a control looks for its color information. |
![]() | ParentFont | Determines where a control looks for its font information. |
![]() | ParentShowHint | Determines where a control looks to find out if its Help Hint should be shown. |
![]() | PopupMenu | Identifies the pop-up menu associated with the control. |
![]() | ShowHint | Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control. |
![]() | Style | Use this property to attach a css style to the control. |
![]() | StyleClass | Normalizes the css style class name |
![]() | Visible | Determines whether the component appears on the browser. |
Defined in class Component |
||
![]() | Name | Specifies the name for the component. The name is used as an identifier and should be unique. |
![]() | Tag | A versatile property of every Component that can be used in any way you want |
![]() | ComponentCount | Indicates the number of components owned by the component. |
![]() | Components | Lists all the components owned by this component. |
![]() | ControlState | A flag to know the state of the control, csLoading, csDesigning |
![]() | DataFieldValue | This property returns the value of the datafield if any. |
![]() | NamePath | Specifies the path to uniquely identify a component, qualified by the owner when required. |
![]() | Owner | Indicates the component that is responsible for streaming and freeing this component. |
Defined in class Persistent |
||
![]() | NamePath | Used to serialize/unserialize. It returns the full path to identify this component. |
![]() | Owner | Owner of the component. |
property IteratorBegin (line 920)
DBIterator components are useful in templated forms, they create a section or loop in the template and iterates as many times the datasource is attached.
Use this property to link a DBIteratorBegin and DBIteratorEnd
property Cursor
property Height
property Hint
property HintAttribute
property Layer
property Left
property Top
property Width
property AdjustToLayout
property Align
property Alignment
property Attributes
property Autosize
property Caption
property Color
property ControlStyle
property DesignColor
property DivWrap
property DoParentReset
property Enabled
property Font
property Hidden
property IsLayer
property JsEvents
property JSWrapperHiddenFieldName
property Parent
property ParentColor
property ParentFont
property ParentShowHint
property PopupMenu
property ShowHint
property Style
property StyleClass
property Visible
property Name
property Tag
property ComponentCount
property Components
property ControlState
property DataFieldValue
property NamePath
property Owner
property NamePath
| __construct | Constructor for the class [Overrides Control::__construct()] |
| dumpContents | Dumps the control contents. [Overrides Control::dumpContents()] |
| loaded | [Overrides Control::loaded()] |
Defined in class Control |
||
![]() | canShow | Determines whether a control can be shown or not. |
![]() | dumpChildren | Dumps all children components. |
![]() | dumpContents | Dumps the control contents. |
![]() | dumpHeaderCode | Dumps the component header code. |
![]() | dumpJavascript | Dumps all required javascript code for the component. |
![]() | dumpJsEvents | Dumps all assigned javascript events code. |
![]() | endCache | |
![]() | init | Initializes a component |
![]() | loaded | Initializes the component after the form file has been read into memory. |
![]() | updateParentColor | If ParentColor == true the parent's color is assigned to this control. |
![]() | updateParentFont | If ParentFont == true the parent's font is assigned to this control. |
![]() | updateParentProperties | Updates all properties that use the parent property as source. |
![]() | updateParentShowHint | If ParentShowHint == true the parent's showhint is assigned to this control. |
Defined in class Component |
||
![]() | dumpChildrenJavascript | Dumps the javascript code for all the children |
![]() | dumpFormItems | Dumps code just after the form tag, useful to dump hidden fields for state retrieving for non visible components |
![]() | dumpHeaderCode | Dumps header code required |
![]() | dumpJavascript | Dumps the javascript code needed by this component |
![]() | hasValidDataField | Returns true if a valid data field is attached to the component |
![]() | init | Initializes a component |
![]() | loaded | Initializes the component after the form file has been read into memory. |
![]() | loadedChildren | Calls childrens loaded |
![]() | preinit | Method called before init() |
![]() | serializeChildren | Serializes all children |
![]() | unserializeChildren | Unserializes all children by calling unserialize for all the components |
Defined in class Persistent |
||
![]() | serialize | Stores this object into the session. |
![]() | unserialize | This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call. |
Defined in class Object |
||
![]() | __construct | Constructs an object and initializes its data before the object is first used. |
![]() | className | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
![]() | classParent | Returns the type of the immediate ancestor of a class. |
Constructor __construct (line 871)
Overrides : Control::__construct() Constructor for the class
Method dumpContents (line 880)
Overrides : Control::dumpContents() Dumps the control contents.
Defined in class Control |
||
![]() | OnAfterShow | Fires the Event after showing the control. |
![]() | OnBeforeShow | Fires the Event before showing the control. |
![]() | OnShow | Fires the Event at the same moment the control is shown. Some controls can prevent the control from being shown when this event is attached. |
property OnAfterShow
property OnBeforeShow
property OnShow
Defined in class Control |
||
![]() | OnActivate | Fires when the object is set as the active element. |
![]() | OnBeforeCopy | Fires on the source object before the selection is copied to the system clipboard. |
![]() | OnBeforeCut | Fires on the source object before the selection is deleted from the document. |
![]() | OnBeforeDeactivate | Fires immediately before the activeElement is changed from the current object to another object in the parent document. |
![]() | OnBeforeEditfocus | Fires before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected. |
![]() | OnBeforePaste | Fires on the target object before the selection is pasted from the system clipboard to the document. |
![]() | OnBlur | Fires when the object loses the input focus. |
![]() | OnChange | Fires when the contents of the object or selection have changed. |
![]() | OnClick | Fires when the user clicks the left mouse button on the object. |
![]() | OnContextMenu | Fires when the user clicks the right mouse button in the client area, opening the context menu. |
![]() | OnControlSelect | Fires when the user is about to make a control selection of the object. |
![]() | OnCopy | Fires on the source element when the user copies the object or selection, adding it to the system clipboard. |
![]() | OnCut | Fires on the source element when the object or selection is removed from the document and added to the system clipboard. |
![]() | OnDblClick | Fires when the user double-clicks the object. |
![]() | OnDeActivate | Fires when the activeElement is changed from the current object to another object in the parent document. |
![]() | OnDrag | Fires on the source object continuously during a drag operation. |
![]() | OnDragEnter | Fires on the target element when the user drags the object to a valid drop target. |
![]() | OnDragLeave | Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation. |
![]() | OnDragOver | Fires on the target element continuously while the user drags the object over a valid drop target. |
![]() | OnDragStart | Fires on the source object when the user starts to drag a text selection or selected object. |
![]() | OnDrop | Fires on the target object when the mouse button is released during a drag-and-drop operation. |
![]() | OnFilterChange | Fires when a visual filter changes state or completes a transition. |
![]() | OnFocus | Fires when the object receives focus. |
![]() | OnHelp | Fires when the user presses the F1 key while the browser is the active window. |
![]() | OnKeyDown | Fires when the user presses a key. |
![]() | OnKeyPress | Fires when the user presses an alphanumeric key. |
![]() | OnKeyUp | Fires when the user releases a key. |
![]() | OnLoseCapture | Fires when the object loses the mouse capture. |
![]() | OnMouseDown | Fires when the user clicks the object with either mouse button. |
![]() | OnMouseEnter | Fires when the user moves the mouse pointer into the object. |
![]() | OnMouseLeave | Fires when the user moves the mouse pointer outside the boundaries of the object. |
![]() | OnMouseMove | Fires when the user moves the mouse over the object. |
![]() | OnMouseOut | Fires when the user moves the mouse pointer outside the boundaries of the object. |
![]() | OnMouseOver | Fires when the user moves the mouse pointer into the object. |
![]() | OnMouseUp | Fires when the user releases a mouse button while the mouse is over the object. |
![]() | OnPaste | Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document. |
![]() | OnPropertyChange | Fires when a property changes on the object. |
![]() | OnReadyStateChange | Fires when the state of the object has changed. |
![]() | OnResize | Fires when the size of the object is about to change. |
![]() | OnResizeEnd | Fires when the user finishes changing the dimensions of the object in a control selection. |
![]() | OnResizeStart | Fires when the user begins to change the dimensions of the object in a control selection |
![]() | OnSelectStart | Fires when the object is being selected |
property OnActivate
property OnBeforeCopy
property OnBeforeCut
property OnBeforeDeactivate
property OnBeforeEditfocus
property OnBeforePaste
property OnBlur
property OnChange
property OnClick
property OnContextMenu
property OnControlSelect
property OnCopy
property OnCut
property OnDblClick
property OnDeActivate
property OnDrag
property OnDragEnter
property OnDragLeave
property OnDragOver
property OnDragStart
property OnDrop
property OnFilterChange
property OnFocus
property OnHelp
property OnKeyDown
property OnKeyPress
property OnLoseCapture
property OnMouseDown
property OnMouseEnter
property OnMouseLeave
property OnMouseMove
property OnMouseOut
property OnMouseOver
property OnMouseUp
property OnPaste
property OnPropertyChange
property OnReadyStateChange
property OnResize
property OnResizeEnd
property OnResizeStart
property OnSelectStart