Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ _ ]
a
- $alreadycreated
- in file classes.inc.php, variable Component::$alreadycreated
- $autoCommit
- in file oracle.inc.php, variable OracleDatabase::$autoCommit
- $autoRollback
- in file oracle.inc.php, variable OracleDatabase::$autoRollback
- Abort
- in file rtl.inc.php, function Abort()
Throws a silent exception
- ABS_XY_LAYOUT
- in file graphics.inc.php, constant ABS_XY_LAYOUT
- acl.inc.php
- procedural page acl.inc.php
- ACLManager
- in file acl.inc.php, class ACLManager
Manager class for ACL system
- acl_addresource
- in file acl.inc.php, function acl_addresource()
This global function is used to add an object or resource to the ACL system
- acl_isallowed
- in file acl.inc.php, function acl_isallowed()
This function can be used to know if an specific resource and privilege are allowed for the current user/role.
- ActionList
- in file actnlist.inc.php, class ActionList
A list of actions for processing web requests.
- actnlist.inc.php
- procedural page actnlist.inc.php
- add
- in file classes.inc.php, method Collection::add()
Inserts a new item at the end of the list.
- Add
- in file stdctrls.inc.php, method CustomMemo::Add()
Add a new line to the Memo. Calls AddLine().
- addACL
- in file acl.inc.php, method ACLManager::addACL()
Adds an ACL object to the athentication chain
- addAction
- in file actnlist.inc.php, method ActionList::addAction()
Adds a new action to the Actions array.
- addChild
- in file comctrls.inc.php, method TreeNode::addChild()
Add a child node to the current TreeNode object.
- addColumn
- in file comctrls.inc.php, method CustomListView::addColumn()
Adds a new column to the ListView.
- addComplexType
- in file webservices.inc.php, method Service::addComplexType()
Adds a complex type to the schema
- AddItem
- in file controls.inc.php, method CustomListControl::AddItem()
Adds an item to the list control.
- addItem
- in file comctrls.inc.php, method CustomListView::addItem()
Adds a new item/row to the ListView.
- AddItem
- in file extctrls.inc.php, method CustomRadioGroup::AddItem()
Adds an item to the radio group control.
- AddItem
- in file stdctrls.inc.php, method CustomListBox::AddItem()
Adds an item to the listbox
- AddItem
- in file checklst.inc.php, method CustomCheckListBox::AddItem()
Adds an item to the list and returns the number of items on the list. Each item can have a key which will be used as the value when the form is posted to the server.
- addJSWrapperToEvents
- in file controls.inc.php, method Control::addJSWrapperToEvents()
Adds or replaces the JS event attribute with the wrapper.
- AddLine
- in file stdctrls.inc.php, method CustomMemo::AddLine()
Add a new line to the Memo
- addNodeToItems
- in file comctrls.inc.php, method CustomTreeView::addNodeToItems()
Add a TreeNode to the Items array of the TreeView.
- addOtherChildren
- in file comctrls.inc.php, method CustomLabeledEdit::addOtherChildren()
- addOtherChildren
- in file stdctrls.inc.php, method QWidget::addOtherChildren()
Override this method to add more childrens to a qwidget parent, useful if your component is built by more than one component
- addResource
- in file acl.inc.php, method ACLManager::addResource()
Use this method to add a resource to the ACL system, so you can query later for it
- addSplashBitmap
- in file designide.inc.php, function addSplashBitmap()
- AdjustText
- in file comctrls.inc.php, method CustomTextField::AdjustText()
Modify the text depending on the CharCase property
- agCenter
- in file controls.inc.php, constant agCenter
- agLeft
- in file controls.inc.php, constant agLeft
- agNone
- in file controls.inc.php, constant agNone
- agRight
- in file controls.inc.php, constant agRight
- ajaxCall
- in file classes.inc.php, method Component::ajaxCall()
Dumps the javascript code to make an ajax call to the server.
- ajaxDump
- in file forms.inc.php, function ajaxDump()
This function dumps an object into the ajaxresponse, so it's added to be updated when the ajax request is returned
- ajaxProcess
- in file forms.inc.php, function ajaxProcess()
Function responsible to dispatch ajax requests to the right events
- alBottom
- in file controls.inc.php, constant alBottom
- alClient
- in file controls.inc.php, constant alClient
- alCustom
- in file controls.inc.php, constant alCustom
- alLeft
- in file controls.inc.php, constant alLeft
- allowserialize
- in file classes.inc.php, method Persistent::allowserialize()
This method provides an opportunity for the component developer to prevent the serialization/unserialization of a property.
- alNone
- in file controls.inc.php, constant alNone
- alRight
- in file controls.inc.php, constant alRight
- alTop
- in file controls.inc.php, constant alTop
- append
- in file db.inc.php, method DataSet::append()
Adds a new, empty record to the end of the dataset.
- Application
- in file forms.inc.php, class Application
A class to reference all the forms created on your application.
- arc
- in file graphics.inc.php, method Canvas::arc()
Draws an arc on the image along the perimeter of the ellipse bounded by the specified rectangle.
- ArrayPropertyEditor
- in file designide.inc.php, class ArrayPropertyEditor
Array editor
- asBoolean
- in file system.inc.php, method RawInputParam::asBoolean()
- asBoolean
- in file system.inc.php, method InputParam::asBoolean()
Returns the input filtered as a boolean
- asEmail
- in file system.inc.php, method RawInputParam::asEmail()
- asEmail
- in file system.inc.php, method InputParam::asEmail()
Returns the input filtered as an email address
- asEncoded
- in file system.inc.php, method InputParam::asEncoded()
URL-encode string, optionally strip or encode special characters.
- asEncoded
- in file system.inc.php, method RawInputParam::asEncoded()
- asFloat
- in file system.inc.php, method RawInputParam::asFloat()
- asFloat
- in file system.inc.php, method InputParam::asFloat()
Returns the input filtered as a float
- asInteger
- in file system.inc.php, method RawInputParam::asInteger()
- asInteger
- in file system.inc.php, method InputParam::asInteger()
Returns the input filtered as a integer
- asIP
- in file system.inc.php, method RawInputParam::asIP()
- asIP
- in file system.inc.php, method InputParam::asIP()
Returns the input filtered as an IP address
- asRegExp
- in file system.inc.php, method RawInputParam::asRegExp()
- asRegExp
- in file system.inc.php, method InputParam::asRegExp()
Returns the input filtered as a regular expression
- assign
- in file classes.inc.php, method Persistent::assign()
Assigns the source properties to this object.
- assignComponents
- in file templateplugins.inc.php, method PageTemplate::assignComponents()
Called to assign component code to template holes
- assignComponents
- in file smartytemplate.inc.php, method VCLTemplate::assignComponents()
- assignComponents
- in file smartytemplate.inc.php, method SmartyTemplate::assignComponents()
- assigned
- in file rtl.inc.php, function assigned()
Check if an object is not null
- assignError
- in file classes.inc.php, method Persistent::assignError()
Raises an assignation error.
- assignTo
- in file graphics.inc.php, method Brush::assignTo()
- assignTo
- in file graphics.inc.php, method Pen::assignTo()
- assignTo
- in file classes.inc.php, method Persistent::assignTo()
Assigns this object to another object.
- assignTo
- in file graphics.inc.php, method Font::assignTo()
Assign Font object to another Font object, this is done by assigning all Font properties from one object to another
- assignTo
- in file comctrls.inc.php, method SubLabel::assignTo()
- asSpecialChars
- in file system.inc.php, method InputParam::asSpecialChars()
HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters.
- asSpecialChars
- in file system.inc.php, method RawInputParam::asSpecialChars()
- asString
- in file system.inc.php, method InputParam::asString()
Returns the input filtered as a string
- asString
- in file system.inc.php, method RawInputParam::asString()
- asStringArray
- in file system.inc.php, method RawInputParam::asStringArray()
- asStringArray
- in file system.inc.php, method InputParam::asStringArray()
Returns the input filtered as a string array
- asStripped
- in file system.inc.php, method RawInputParam::asStripped()
- asStripped
- in file system.inc.php, method InputParam::asStripped()
Returns the input filtered as an string
- asUnsafeRaw
- in file system.inc.php, method InputParam::asUnsafeRaw()
Do nothing with the input
- asUnsafeRaw
- in file system.inc.php, method RawInputParam::asUnsafeRaw()
- asURL
- in file system.inc.php, method InputParam::asURL()
Returns the input filtered as an URL
- asURL
- in file system.inc.php, method RawInputParam::asURL()
- auth.inc.php
- procedural page auth.inc.php
- authenticate
- in file auth.inc.php, method User::authenticate()
Authenticate the user in the system with the specified username and password.
- authenticate
- in file auth.inc.php, method DatabaseUser::authenticate()
Authenticate a user against the database table, after call this method, check Logged property to know if the operation was successful or not
- autoDetectLanguage
- in file forms.inc.php, method Application::autoDetectLanguage()
Performs an auto detection of the language used by the user browser and set the Language property accordingly.
top
b
- $baseurl
- in file pager.inc.php, variable Pager::$baseurl
- BasicAuthentication
- in file auth.inc.php, class BasicAuthentication
Performs authentication using basic HTTP
- beginCache
- in file controls.inc.php, method Control::beginCache()
- beginDraw
- in file graphics.inc.php, method Canvas::beginDraw()
Begins draw cycle.
- beginInsertAppend
- in file db.inc.php, method DataSet::beginInsertAppend()
Begins an insert/append operation
- BeginTrans
- in file oracle.inc.php, method OracleDatabase::BeginTrans()
- BeginTrans
- in file db.inc.php, method CustomConnection::BeginTrans()
Begins a new transaction against the database server.
- BeginTrans
- in file dbtables.inc.php, method Database::BeginTrans()
- BeginTrans
- in file mysql.inc.php, method MySQLDatabase::BeginTrans()
- beginTrans
- in file interbase.inc.php, method IBDatabase::beginTrans()
- beginUpdateProperties
- in file buttons.inc.php, method SpeedButton::beginUpdateProperties()
Increments a counter used to allow all up, this is an internal function and it's not meant to be used to develop applications.
- Bevel
- in file extctrls.inc.php, class Bevel
Bevel represents a beveled outline.
- bevelLine
- in file graphics.inc.php, method Canvas::bevelLine()
Draw the line using specified color
- bevelRect
- in file graphics.inc.php, method Canvas::bevelRect()
Draw Bevel-like rectangle using specified colors
- BindValues
- in file oracle.inc.php, method OracleDataSet::BindValues()
- BitBtn
- in file buttons.inc.php, class BitBtn
BitBtn is a push button control that can include a bitmap on its face.
- bkAbort
- in file buttons.inc.php, constant bkAbort
- bkAll
- in file buttons.inc.php, constant bkAll
- bkCancel
- in file buttons.inc.php, constant bkCancel
- bkClose
- in file buttons.inc.php, constant bkClose
- bkCustom
- in file buttons.inc.php, constant bkCustom
- bkHelp
- in file buttons.inc.php, constant bkHelp
- bkIgnore
- in file buttons.inc.php, constant bkIgnore
- bkNo
- in file buttons.inc.php, constant bkNo
- bkOK
- in file buttons.inc.php, constant bkOK
- bkRetry
- in file buttons.inc.php, constant bkRetry
- bkYes
- in file buttons.inc.php, constant bkYes
- blImageBottom
- in file buttons.inc.php, constant blImageBottom
- blImageLeft
- in file buttons.inc.php, constant blImageLeft
- blImageRight
- in file buttons.inc.php, constant blImageRight
- blImageTop
- in file buttons.inc.php, constant blImageTop
- boolToStr
- in file rtl.inc.php, function boolToStr()
Converts PHP boolean into a JavaScript compatible boolean string
- Brush
- in file graphics.inc.php, class Brush
Brush represents the color and pattern used to fill solid shapes.
- bsBottomLine
- in file extctrls.inc.php, constant bsBottomLine
- bsBox
- in file extctrls.inc.php, constant bsBox
Bevel.Shape
- bsFrame
- in file extctrls.inc.php, constant bsFrame
- bsLeftLine
- in file extctrls.inc.php, constant bsLeftLine
- bsLowered
- in file extctrls.inc.php, constant bsLowered
Bevel.Style
- bsNone
- in file stdctrls.inc.php, constant bsNone
- bsRaised
- in file extctrls.inc.php, constant bsRaised
- bsRightLine
- in file extctrls.inc.php, constant bsRightLine
- bsSingle
- in file stdctrls.inc.php, constant bsSingle
- bsSpacer
- in file extctrls.inc.php, constant bsSpacer
- bsTopLine
- in file extctrls.inc.php, constant bsTopLine
- btBottom
- in file extctrls.inc.php, constant btBottom
- btLeft
- in file extctrls.inc.php, constant btLeft
- btNormal
- in file stdctrls.inc.php, constant btNormal
- btReset
- in file stdctrls.inc.php, constant btReset
- btRight
- in file extctrls.inc.php, constant btRight
- btSubmit
- in file stdctrls.inc.php, constant btSubmit
- btTop
- in file extctrls.inc.php, constant btTop
- buildQuery
- in file oracle.inc.php, method CustomOracleStoredProc::buildQuery()
- buildQuery
- in file oracle.inc.php, method CustomOracleTable::buildQuery()
This method is used internally to build the query to send to the server.
- buildQuery
- in file dbtables.inc.php, method CustomQuery::buildQuery()
- buildQuery
- in file dbtables.inc.php, method CustomTable::buildQuery()
Builds the query to execute
- buildQuery
- in file oracle.inc.php, method CustomOracleQuery::buildQuery()
This method is used internally to build the query to send to the server.
- buildQuery
- in file mysql.inc.php, method MySQLStoredProc::buildQuery()
- buildQuery
- in file interbase.inc.php, method IBStoredProc::buildQuery()
- buildQuery
- in file interbase.inc.php, method CustomIBQuery::buildQuery()
This method is used internally to build the query to send to the server.
- buildQuery
- in file mysql.inc.php, method CustomMySQLQuery::buildQuery()
This method is used internally to build the query to send to the server.
- buildQuery
- in file dbtables.inc.php, method StoredProc::buildQuery()
- buildQuery
- in file mysql.inc.php, method CustomMySQLTable::buildQuery()
This method is used internally to build the query to send to the server.
- buildQuery
- in file interbase.inc.php, method CustomIBTable::buildQuery()
This method is used internally to build the query to send to the server.
- BuildStyleList
- in file styles.inc.php, method CustomStyleSheet::BuildStyleList()
Builds and returs back an array of Style names based on specified parameters
- business.inc.php
- procedural page business.inc.php
- BusinessObject
- in file business.inc.php, class BusinessObject
Provide a logical representation of a business object to create database applications faster.
- Button
- in file stdctrls.inc.php, class Button
Button is a push button control.
- ButtonControl
- in file stdctrls.inc.php, class ButtonControl
ButtonControl is a base class for push button controls.
- buttons.inc.php
- procedural page buttons.inc.php
- ButtonView
- in file extctrls.inc.php, class ButtonView
A set of buttons grouped together
top
c
- $component
- in file designide.inc.php, variable ComponentEditor::$component
- $components
- in file classes.inc.php, variable Component::$components
- $connectSID
- in file oracle.inc.php, variable OracleDatabase::$connectSID
- $controls
- in file controls.inc.php, variable FocusControl::$controls
- $createobjects
- in file classes.inc.php, variable Filer::$createobjects
- $current_page
- in file pager.inc.php, variable Pager::$current_page
- caCapitalize
- in file graphics.inc.php, constant caCapitalize
- Cache
- in file cache.inc.php, class Cache
This file is part of the VCL for PHP project
- cache.inc.php
- procedural page cache.inc.php
- CalculateEditorRect
- in file comctrls.inc.php, method CustomTextField::CalculateEditorRect()
Returns an array with the control dimensions
- CalculateEditorRect
- in file comctrls.inc.php, method CustomLabeledEdit::CalculateEditorRect()
Calculates the rect for the editor component
- callEvent
- in file classes.inc.php, method Component::callEvent()
Calls a server event.
- call_stack
- in file classes.inc.php, function call_stack()
- caLowerCase
- in file graphics.inc.php, constant caLowerCase
- cancel
- in file db.inc.php, method DataSet::cancel()
Cancels modifications to the active record if those changes are not yet posted.
- caNone
- in file graphics.inc.php, constant caNone
- canShow
- in file controls.inc.php, method Control::canShow()
Determines whether a control can be shown or not.
- Canvas
- in file graphics.inc.php, class Canvas
Canvas provides an abstract drawing space for objects that must render their own images.
- caUpperCase
- in file graphics.inc.php, constant caUpperCase
- cData
- in file classes.inc.php, method Filer::cData()
Processes the data for tags
- cellContents
- in file dbctrls.inc.php, method DBPaginator::cellContents()
Get the contents of one cell (of the table).
- chart.inc.php
- procedural page chart.inc.php
- checkActive
- in file db.inc.php, method DataSet::checkActive()
Checks to see if the database connection is active.
- Checkbind
- in file oracle.inc.php, method OracleDatabase::Checkbind()
- CheckBox
- in file stdctrls.inc.php, class CheckBox
CheckBox represents a check box that can be on (checked) or off (unchecked)
- checkBrowseMode
- in file db.inc.php, method DataSet::checkBrowseMode()
Automatically posts or cancels data changes when the active record changes.
- checkCanModify
- in file db.inc.php, method DataSet::checkCanModify()
Checks to see if the dataset can be modified.
- CheckDatabase
- in file dbtables.inc.php, method DBDataSet::CheckDatabase()
Checks if the assigned database is an object
- CheckDatabase
- in file mysql.inc.php, method MySQLDataSet::CheckDatabase()
Checks if the Database property is assigned and is an object.
- CheckDatabase
- in file oracle.inc.php, method OracleDataSet::CheckDatabase()
Checks if the Database property is assigned and is an object.
- checkDatabase
- in file interbase.inc.php, method IBDataSet::checkDatabase()
Checks if the Database property is assigned and is an object.
- CheckListBox
- in file checklst.inc.php, class CheckListBox
CheckListBox displays a list with check boxes next to each item.
- checklst.inc.php
- procedural page checklst.inc.php
- checkOperation
- in file db.inc.php, method DataSet::checkOperation()
Checks if an specific operation can be made, if not, calls $ErrorEvent
- checkPageSize
- in file stdctrls.inc.php, method ScrollBar::checkPageSize()
Check if the PageSize property has a valid value, if not, set it to the max possible value.
- checkParentState
- in file db.inc.php, method DataSet::checkParentState()
Sets the parent dataset in edit state
- checkPosition
- in file stdctrls.inc.php, method ScrollBar::checkPosition()
Check if the Position property is between Min and Max, and if not, fixes it
- CheckPosition
- in file comctrls.inc.php, method CustomUpDown::CheckPosition()
Check the position property between min and max
- classes.inc.php
- procedural page classes.inc.php
- className
- in file system.inc.php, method Object::className()
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
- classNameIs
- in file system.inc.php, method Object::classNameIs()
Determines whether an object is of a specific type.
- classParent
- in file system.inc.php, method Object::classParent()
Returns the type of the immediate ancestor of a class.
- Clear
- in file stdctrls.inc.php, method CustomMemo::Clear()
Deletes all text (lines) from the memo control.
- Clear
- in file extctrls.inc.php, method CustomRadioGroup::Clear()
Deletes all of the items from the list control.
- Clear
- in file controls.inc.php, method CustomListControl::Clear()
Deletes all of the items from the list control.
- clear
- in file classes.inc.php, method Collection::clear()
Deletes all items from the list
- Clear
- in file checklst.inc.php, method CustomCheckListBox::Clear()
Deletes all of the items from the list control by assigning an empty array to the items property
- Clear
- in file stdctrls.inc.php, method CustomListBox::Clear()
This method clear listbox
- clear
- in file graphics.inc.php, method Canvas::clear()
Clears the canvas
- clearBuffers
- in file db.inc.php, method DataSet::clearBuffers()
Clear buffers associated with the dataset
- clearChart
- in file chart.inc.php, method SimpleChart::clearChart()
Clears all chart data (including titles, points, axes, ..).
- clearSelected
- in file comctrls.inc.php, method CustomListView::clearSelected()
Removes the selection, leaving all items unselected.
- ClearSelection
- in file stdctrls.inc.php, method CustomListBox::ClearSelection()
Clears selected items in the listbox
- ClearSelection
- in file controls.inc.php, method CustomListControl::ClearSelection()
Removes the selection, leaving all items unselected.
- Clock
- in file clock.inc.php, class Clock
A live clock created using javascript, so it's updated in real time.
- clock.inc.php
- procedural page clock.inc.php
- Close
- in file db.inc.php, method CustomConnection::Close()
Closes the connection.
- close
- in file db.inc.php, method DataSet::close()
Closes a dataset.
- closeCursor
- in file db.inc.php, method DataSet::closeCursor()
Close the cursor for this dataset
- cmp_obj
- in file graphics.inc.php, method Layout::cmp_obj()
Compares top position of two objects, for internal use
- Collection
- in file classes.inc.php, class Collection
A class for storing and managing a list of objects. This class acts as a wrapper over a PHP array.
- colorFromHex
- in file graphics.inc.php, function colorFromHex()
Create color based on HEX RGB mask
- ColorPropertyEditor
- in file designide.inc.php, class ColorPropertyEditor
Editor for Color properties
- ColorSelector
- in file comctrls.inc.php, class ColorSelector
This widget provides a selector to allow the user to choose a color.
- COL_LAYOUT
- in file graphics.inc.php, constant COL_LAYOUT
- ComboBox
- in file stdctrls.inc.php, class ComboBox
A class to encapsulate a combobox control.
- comctrls.inc.php
- procedural page comctrls.inc.php
- commonScript
- in file dbgrids.inc.php, method DBGrid::commonScript()
This is an internal method you don't need to call directly
- commonScript
- in file forms.inc.php, method Window::commonScript()
This is an internal method you don't need to call directly
- commonScript
- in file menus.inc.php, method CustomMainMenu::commonScript()
This is an internal method you don't need to call directly
- CommonScript
- in file buttons.inc.php, method BitBtn::CommonScript()
This is an internal method you don't need to call directly
- commonScript
- in file comctrls.inc.php, method CustomPageControl::commonScript()
This is an internal method you don't need to call directly
- CompleteTrans
- in file dbtables.inc.php, method Database::CompleteTrans()
- CompleteTrans
- in file db.inc.php, method CustomConnection::CompleteTrans()
Permanently stores updates, insertions, and deletions of data associated with
- CompleteTrans
- in file mysql.inc.php, method MySQLDatabase::CompleteTrans()
- completeTrans
- in file interbase.inc.php, method IBDatabase::completeTrans()
- CompleteTrans
- in file oracle.inc.php, method OracleDatabase::CompleteTrans()
- Component
- in file classes.inc.php, class Component
Component is the common ancestor of all component classes.
- ComponentEditor
- in file designide.inc.php, class ComponentEditor
Base class for component editors
- connect_oci8
- in file oracle.inc.php, method OracleDatabase::connect_oci8()
- Control
- in file controls.inc.php, class Control
Control is the base class for all components that are visible at runtime.
- controls.inc.php
- procedural page controls.inc.php
- controlsDisabled
- in file db.inc.php, method DataSet::controlsDisabled()
Indicates whether data-aware controls update their display to reflect changes to the dataset.
- convertPureArrayToColumns
- in file comctrls.inc.php, method CustomListView::convertPureArrayToColumns()
Converts an array that contains strings into an array with ListColumn objects. convertPureArrayToColumns() is used after unserializing the values set by the object inspector.
- convertPureArrayToItems
- in file comctrls.inc.php, method CustomListView::convertPureArrayToItems()
Converts a two-dimesional array into an array of ListItem objects.
- convertPureArrayToTreeNodes
- in file comctrls.inc.php, method CustomTreeView::convertPureArrayToTreeNodes()
The function convertPureArrayToTreeNodes() is used to convert a tree that just exists of nested arrays into a tree with TreeNodes objects.
- count
- in file classes.inc.php, method Collection::count()
Indicates the number of entries in the list that are in use
- crAuto
- in file controls.inc.php, constant crAuto
- crCrossHair
- in file controls.inc.php, constant crCrossHair
- crDefault
- in file controls.inc.php, constant crDefault
- createChart
- in file chart.inc.php, method SimpleChart::createChart()
Creates a new chart with the defined ChartType and updates the protected chart variable.
- createDictionaryTable
- in file dbtables.inc.php, method Database::createDictionaryTable()
Creates the dictionary table on the database
- createDictionaryTable
- in file interbase.inc.php, method IBDatabase::createDictionaryTable()
Creates the dictionary table on the database
- createDictionaryTable
- in file mysql.inc.php, method MySQLDatabase::createDictionaryTable()
Creates the dictionary table on the database
- createDictionaryTable
- in file oracle.inc.php, method OracleDatabase::createDictionaryTable()
Creates the dictionary table on the database
- createNativeFilter
- in file system.inc.php, method InputParam::createNativeFilter()
Creates the native Input Filter to be used when there is no available extension
- createPenStyle
- in file graphics.inc.php, function createPenStyle()
Create Pen based on PenStyle
- createTableModel
- in file dbgrids.inc.php, method DBGrid::createTableModel()
Creates the DBGrid Table Model
- creBoolean
- in file comctrls.inc.php, constant creBoolean
- creEdit
- in file comctrls.inc.php, constant creEdit
Cell render types of ListColumn
- crEResize
- in file controls.inc.php, constant crEResize
- crHelp
- in file controls.inc.php, constant crHelp
- crNEResize
- in file controls.inc.php, constant crNEResize
- crNResize
- in file controls.inc.php, constant crNResize
- crNWResize
- in file controls.inc.php, constant crNWResize
- crPointer
- in file controls.inc.php, constant crPointer
- crSEResize
- in file controls.inc.php, constant crSEResize
- crSResize
- in file controls.inc.php, constant crSResize
- crSWResize
- in file controls.inc.php, constant crSWResize
- crText
- in file controls.inc.php, constant crText
- crWait
- in file controls.inc.php, constant crWait
- crWResize
- in file controls.inc.php, constant crWResize
- csDesigning
- in file classes.inc.php, constant csDesigning
Component it's being edited on the IDE designer
- csLoading
- in file classes.inc.php, constant csLoading
Component it's being loaded
- ctHorizontalChart
- in file chart.inc.php, constant ctHorizontalChart
- ctLineChart
- in file chart.inc.php, constant ctLineChart
- ctPieChart
- in file chart.inc.php, constant ctPieChart
- ctVerticalChart
- in file chart.inc.php, constant ctVerticalChart
- CustomButtonView
- in file extctrls.inc.php, class CustomButtonView
Base class for ButtonView class
- CustomCheckBox
- in file stdctrls.inc.php, class CustomCheckBox
Base class for Checkbox controls.
- CustomCheckListBox
- in file checklst.inc.php, class CustomCheckListBox
Base class for CheckListBox
- CustomConnection
- in file db.inc.php, class CustomConnection
CustomConnection, a common ancestor for all Connection objects
- CustomControl
- in file controls.inc.php, class CustomControl
Base class for custom control.
- CustomDBGrid
- in file dbgrids.inc.php, class CustomDBGrid
Base class for DBGrid.
- CustomEdit
- in file stdctrls.inc.php, class CustomEdit
Base class for Edit controls.
- CustomGrid
- in file grids.inc.php, class CustomGrid
CustomGrid is the base type for all components that present information in a two-dimensional grid.
- CustomIBQuery
- in file interbase.inc.php, class CustomIBQuery
CustomIBTable is the base class for IBTable
- CustomIBTable
- in file interbase.inc.php, class CustomIBTable
CustomIBTable is the base class for IBTable
- CustomLabel
- in file stdctrls.inc.php, class CustomLabel
CustomLabel is the base class for controls that display text on a form.
- CustomLabeledEdit
- in file comctrls.inc.php, class CustomLabeledEdit
Base class for LabeledEdit component
- CustomListBox
- in file stdctrls.inc.php, class CustomListBox
Base class for Listbox controls, such as ListBox and ComboBox.
- CustomListControl
- in file controls.inc.php, class CustomListControl
CustomListControl is the base class for controls that display a list of items.
- CustomListView
- in file comctrls.inc.php, class CustomListView
Base class of ListView control
- CustomMainMenu
- in file menus.inc.php, class CustomMainMenu
Base class for MainMenu
- CustomMemo
- in file stdctrls.inc.php, class CustomMemo
CustomMemo is the base class for memo components, which are multiline edit boxes, including Memo.
- CustomMultiSelectListControl
- in file controls.inc.php, class CustomMultiSelectListControl
CustomMultiSelectListControl is the base class for controls that display a list of items and provide multiselection.
- CustomMySQLQuery
- in file mysql.inc.php, class CustomMySQLQuery
CustomMySQLTable is the base class for MySQLTable
- CustomMySQLTable
- in file mysql.inc.php, class CustomMySQLTable
CustomMySQLTable is the base class for MySQLTable
- CustomOracleQuery
- in file oracle.inc.php, class CustomOracleQuery
CustomOracleTable is the base class for OracleTable
- CustomOracleStoredProc
- in file oracle.inc.php, class CustomOracleStoredProc
OracleStoredProc encapsulates a stored procedure in an application.
- CustomOracleTable
- in file oracle.inc.php, class CustomOracleTable
CustomOracleTable is the base class for OracleTable
- CustomPage
- in file forms.inc.php, class CustomPage
Base class for Page component
- CustomPageControl
- in file comctrls.inc.php, class CustomPageControl
Base class for PageControl component, which is a set of pages used to make a multiple page dialog box.
- CustomPanel
- in file extctrls.inc.php, class CustomPanel
Base class for Panel
- CustomPopupMenu
- in file menus.inc.php, class CustomPopupMenu
Base class for PopupMenu.
- CustomProgressBar
- in file comctrls.inc.php, class CustomProgressBar
Base class for ProgressBar control
- CustomQuery
- in file dbtables.inc.php, class CustomQuery
Base class for Query.
- CustomRadioGroup
- in file extctrls.inc.php, class CustomRadioGroup
CustomRadioGroup is the base class for radio-group components.
- CustomRichEdit
- in file comctrls.inc.php, class CustomRichEdit
Base class for RichEdit controls.
- CustomStyleSheet
- in file styles.inc.php, class CustomStyleSheet
Base class for StyleSheet component
- CustomTable
- in file dbtables.inc.php, class CustomTable
Table encapsulates a database table.
- CustomTextField
- in file comctrls.inc.php, class CustomTextField
Base class for TextField control
- CustomToolBar
- in file comctrls.inc.php, class CustomToolBar
Base class for ToolBar object
- CustomTreeView
- in file comctrls.inc.php, class CustomTreeView
Base class for TreeView component
- CustomUpDown
- in file comctrls.inc.php, class CustomUpDown
Base class for UpDown control
- CustomUpload
- in file stdctrls.inc.php, class CustomUpload
Base class for Upload class
top
d
- $databaseType
- in file oracle.inc.php, variable OracleDatabase::$databaseType
- $disable
- in file system.inc.php, variable Input::$disable
- daAbort
- in file db.inc.php, constant daAbort
- daFail
- in file db.inc.php, constant daFail
This file is part of the VCL for PHP project
- Database
- in file dbtables.inc.php, class Database
Database provides discrete control over a connection to a single database in a database application.
- DatabaseEditor
- in file designide.inc.php, class DatabaseEditor
Database component editor, to show right-click menu options
- databaseError
- in file db.inc.php, function databaseError()
Function to raise a Database Error
- databases
- in file dbtables.inc.php, method Database::databases()
Return databases with this connection information
- databases
- in file oracle.inc.php, method OracleDatabase::databases()
Return all the databases using the connection information
- databases
- in file interbase.inc.php, method IBDatabase::databases()
Return all the databases using the connection information
- databases
- in file mysql.inc.php, method MySQLDatabase::databases()
Return all the databases using the connection information
- DatabaseUser
- in file auth.inc.php, class DatabaseUser
DatabaseUser can be used to authenticate a user against a database table.
- dataEvent
- in file db.inc.php, method DataSet::dataEvent()
Used to notify attached datasets about an specific event
- DataModule
- in file forms.inc.php, class DataModule
DataModule class, basically a non visible holder for direct Component descendants
- DataSet
- in file db.inc.php, class DataSet
DataSet component, base class to inherit and create dataset components
- Datasource
- in file db.inc.php, class Datasource
DataSource provides an interface between a dataset component and data-aware controls on a form.
- DateTimePicker
- in file comctrls.inc.php, class DateTimePicker
DateTimePicker displays a combobox for entering dates or times.
- db.inc.php
- procedural page db.inc.php
- dbctrls.inc.php
- procedural page dbctrls.inc.php
- DBDataSet
- in file dbtables.inc.php, class DBDataSet
DBDataSet encapsulates database connectivity for descendant dataset objects.
- DBDate
- in file db.inc.php, method CustomConnection::DBDate()
Returns a date formatted to be used on this database, depending on the type
- dbDate
- in file interbase.inc.php, method IBDatabase::dbDate()
- DBDate
- in file dbtables.inc.php, method Database::DBDate()
- DBDate
- in file mysql.inc.php, method MySQLDatabase::DBDate()
- DBDate
- in file oracle.inc.php, method OracleDatabase::DBDate()
- DBGrid
- in file dbgrids.inc.php, class DBGrid
DBGrid displays and manipulates records from a dataset in a tabular grid.
- dbgrids.inc.php
- procedural page dbgrids.inc.php
- DBIteratorBegin
- in file dbctrls.inc.php, class DBIteratorBegin
Creates/begins a section on a templated form
- DBIteratorEnd
- in file dbctrls.inc.php, class DBIteratorEnd
Closes/ends a section on a templated form
- dbNavLink
- in file dbctrls.inc.php, method DBPaginator::dbNavLink()
Returns a correctly formatted URL string with the given action.
- DBPaginator
- in file dbctrls.inc.php, class DBPaginator
A control to browse through the records of a datasource.
- DBRepeater
- in file dbctrls.inc.php, class DBRepeater
A class to iterate through a dataset and repeat controls inside it
- dbtables.inc.php
- procedural page dbtables.inc.php
- ddLeftToRight
- in file forms.inc.php, constant ddLeftToRight
- ddRightToLeft
- in file forms.inc.php, constant ddRightToLeft
- deCheckBrowseMode
- in file db.inc.php, constant deCheckBrowseMode
- deConnectChange
- in file db.inc.php, constant deConnectChange
- deDataSetChange
- in file db.inc.php, constant deDataSetChange
- deDataSetScroll
- in file db.inc.php, constant deDataSetScroll
- deDisabledStateChange
- in file db.inc.php, constant deDisabledStateChange
- defaultAccept
- in file stdctrls.inc.php, method CustomUpload::defaultAccept()
- defaultAction
- in file stdctrls.inc.php, method Button::defaultAction()
- defaultAction
- in file buttons.inc.php, method BitBtn::defaultAction()
- defaultAction
- in file forms.inc.php, method Page::defaultAction()
- defaultActions
- in file actnlist.inc.php, method ActionList::defaultActions()
- defaultActive
- in file webservices.inc.php, method Service::defaultActive()
- defaultActive
- in file extctrls.inc.php, method FlashObject::defaultActive()
- defaultActive
- in file db.inc.php, method DataSet::defaultActive()
- defaultActiveLayer
- in file extctrls.inc.php, method CustomPanel::defaultActiveLayer()
- defaultAdjustToLayout
- in file controls.inc.php, method Control::defaultAdjustToLayout()
- defaultAlarm
- in file clock.inc.php, method Clock::defaultAlarm()
- defaultAlign
- in file graphics.inc.php, method Font::defaultAlign()
- defaultAlign
- in file forms.inc.php, method Frameset::defaultAlign()
- defaultAlign
- in file forms.inc.php, method Frame::defaultAlign()
- defaultAlign
- in file controls.inc.php, method Control::defaultAlign()
- defaultAlign
- in file comctrls.inc.php, method CustomToolBar::defaultAlign()
- defaultAlignment
- in file controls.inc.php, method Control::defaultAlignment()
- defaultAllowAllUp
- in file buttons.inc.php, method SpeedButton::defaultAllowAllUp()
- defaultAsSpecialChars
- in file stdctrls.inc.php, method CustomMemo::defaultAsSpecialChars()
- defaultAttributes
- in file controls.inc.php, method Control::defaultAttributes()
- defaultAutosize
- in file controls.inc.php, method Control::defaultAutosize()
- defaultBackground
- in file extctrls.inc.php, method CustomPanel::defaultBackground()
- defaultBackgroundPosition
- in file extctrls.inc.php, method CustomPanel::defaultBackgroundPosition()
- defaultBackgroundRepeat
- in file extctrls.inc.php, method CustomPanel::defaultBackgroundRepeat()
- defaultBevelStyle
- in file extctrls.inc.php, method Bevel::defaultBevelStyle()
- defaultBinary
- in file extctrls.inc.php, method Image::defaultBinary()
- defaultBinaryType
- in file extctrls.inc.php, method Image::defaultBinaryType()
- defaultBOF
- in file db.inc.php, method DataSet::defaultBOF()
- defaultBorderColor
- in file checklst.inc.php, method CustomCheckListBox::defaultBorderColor()
- defaultBorderColor
- in file extctrls.inc.php, method CustomPanel::defaultBorderColor()
- defaultBorderColor
- in file extctrls.inc.php, method Image::defaultBorderColor()
- defaultBorders
- in file forms.inc.php, method Frame::defaultBorders()
- defaultBorderStyle
- in file stdctrls.inc.php, method CustomListBox::defaultBorderStyle()
- defaultBorderStyle
- in file stdctrls.inc.php, method CustomEdit::defaultBorderStyle()
- defaultBorderStyle
- in file comctrls.inc.php, method CustomUpDown::defaultBorderStyle()
- defaultBorderStyle
- in file stdctrls.inc.php, method CustomUpload::defaultBorderStyle()
- defaultBorderStyle
- in file comctrls.inc.php, method CustomTextField::defaultBorderStyle()
- defaultBorderStyle
- in file checklst.inc.php, method CustomCheckListBox::defaultBorderStyle()
- defaultBorderWidth
- in file extctrls.inc.php, method CustomPanel::defaultBorderWidth()
- defaultBorderWidth
- in file forms.inc.php, method Page::defaultBorderWidth()
- defaultBorderWidth
- in file forms.inc.php, method Frameset::defaultBorderWidth()
- defaultBorderWidth
- in file checklst.inc.php, method CustomCheckListBox::defaultBorderWidth()
- defaultBottomMargin
- in file forms.inc.php, method Page::defaultBottomMargin()
- defaultButtonLayout
- in file buttons.inc.php, method BitBtn::defaultButtonLayout()
- defaultButtonType
- in file buttons.inc.php, method BitBtn::defaultButtonType()
- defaultButtonType
- in file stdctrls.inc.php, method Button::defaultButtonType()
- defaultCache
- in file forms.inc.php, method Page::defaultCache()
- defaultCached
- in file controls.inc.php, method Control::defaultCached()
- defaultCanModify
- in file db.inc.php, method DataSet::defaultCanModify()
- defaultCaption
- in file comctrls.inc.php, method SubLabel::defaultCaption()
- defaultCaption
- in file comctrls.inc.php, method ListItem::defaultCaption()
- defaultCaption
- in file controls.inc.php, method Control::defaultCaption()
- defaultCaption
- in file comctrls.inc.php, method ListColumn::defaultCaption()
- defaultCaptionFirst
- in file dbctrls.inc.php, method DBPaginator::defaultCaptionFirst()
- defaultCaptionLast
- in file dbctrls.inc.php, method DBPaginator::defaultCaptionLast()
- defaultCaptionNext
- in file dbctrls.inc.php, method DBPaginator::defaultCaptionNext()
- defaultCaptionPrevious
- in file dbctrls.inc.php, method DBPaginator::defaultCaptionPrevious()
- defaultCase
- in file graphics.inc.php, method Font::defaultCase()
- defaultCellRenderType
- in file comctrls.inc.php, method ListColumn::defaultCellRenderType()
- defaultCenter
- in file extctrls.inc.php, method Image::defaultCenter()
- defaultCharCase
- in file comctrls.inc.php, method CustomTextField::defaultCharCase()
- defaultCharCase
- in file stdctrls.inc.php, method CustomEdit::defaultCharCase()
- defaultCharset
- in file oracle.inc.php, method OracleDatabase::defaultCharset()
- defaultCharset
- in file interbase.inc.php, method IBDatabase::defaultCharset()
- defaultCharset
- in file dbtables.inc.php, method Database::defaultCharset()
- defaultChartType
- in file chart.inc.php, method SimpleChart::defaultChartType()
- defaultChecked
- in file stdctrls.inc.php, method ButtonControl::defaultChecked()
- defaultChecked
- in file checklst.inc.php, method CustomCheckListBox::defaultChecked()
- defaultClients
- in file db.inc.php, method CustomConnection::defaultClients()
- defaultColor
- in file graphics.inc.php, method Font::defaultColor()
- defaultColor
- in file graphics.inc.php, method Pen::defaultColor()
- defaultColor
- in file controls.inc.php, method Control::defaultColor()
- defaultColor
- in file graphics.inc.php, method Brush::defaultColor()
- defaultCols
- in file graphics.inc.php, method Layout::defaultCols()
- defaultColumns
- in file comctrls.inc.php, method CustomListView::defaultColumns()
- defaultColumns
- in file extctrls.inc.php, method CustomRadioGroup::defaultColumns()
- defaultColumns
- in file grids.inc.php, method CustomGrid::defaultColumns()
- defaultColumns
- in file checklst.inc.php, method CustomCheckListBox::defaultColumns()
- defaultConnected
- in file db.inc.php, method CustomConnection::defaultConnected()
- defaultCSSFile
- in file pager.inc.php, method Pager::defaultCSSFile()
- defaultCursor
- in file controls.inc.php, method Control::defaultCursor()
- defaultCursorName
- in file oracle.inc.php, method OracleStoredProc::defaultCursorName()
- defaultData
- in file comctrls.inc.php, method ListItem::defaultData()
- defaultDatabase
- in file oracle.inc.php, method OracleDataSet::defaultDatabase()
- defaultDatabase
- in file mysql.inc.php, method MySQLDataSet::defaultDatabase()
- defaultDatabase
- in file interbase.inc.php, method IBDataSet::defaultDatabase()
- defaultDatabase
- in file dbtables.inc.php, method DBDataSet::defaultDatabase()
- defaultDataBaseName
- in file dbtables.inc.php, method Database::defaultDataBaseName()
- defaultDataField
- in file stdctrls.inc.php, method CustomEdit::defaultDataField()
- defaultDataField
- in file extctrls.inc.php, method CustomRadioGroup::defaultDataField()
- defaultDataField
- in file stdctrls.inc.php, method CustomLabel::defaultDataField()
- defaultDataField
- in file stdctrls.inc.php, method ButtonControl::defaultDataField()
- defaultDataField
- in file comctrls.inc.php, method CustomTextField::defaultDataField()
- defaultDataField
- in file extctrls.inc.php, method Image::defaultDataField()
- defaultDataField
- in file stdctrls.inc.php, method CustomListBox::defaultDataField()
- defaultDataField
- in file comctrls.inc.php, method CustomUpDown::defaultDataField()
- defaultDataSetField
- in file db.inc.php, method DataSet::defaultDataSetField()
- defaultDataSets
- in file db.inc.php, method CustomConnection::defaultDataSets()
- defaultDataSource
- in file extctrls.inc.php, method Image::defaultDataSource()
- defaultDataSource
- in file stdctrls.inc.php, method CustomListBox::defaultDataSource()
- defaultDataSource
- in file comctrls.inc.php, method CustomTextField::defaultDataSource()
- defaultDataSource
- in file stdctrls.inc.php, method ButtonControl::defaultDataSource()
- defaultDataSource
- in file extctrls.inc.php, method CustomRadioGroup::defaultDataSource()
- defaultDataSource
- in file stdctrls.inc.php, method CustomLabel::defaultDataSource()
- defaultDataSource
- in file comctrls.inc.php, method CustomUpDown::defaultDataSource()
- defaultDataSource
- in file stdctrls.inc.php, method CustomEdit::defaultDataSource()
- defaultDate
- in file comctrls.inc.php, method MonthCalendar::defaultDate()
- defaultDateFormat
- in file comctrls.inc.php, method MonthCalendar::defaultDateFormat()
- defaultDebug
- in file mysql.inc.php, method MySQLDatabase::defaultDebug()
- defaultDebug
- in file dbtables.inc.php, method Database::defaultDebug()
- defaultDebug
- in file interbase.inc.php, method IBDatabase::defaultDebug()
- defaultDebug
- in file oracle.inc.php, method OracleDatabase::defaultDebug()
- defaultDefault
- in file stdctrls.inc.php, method Button::defaultDefault()
- defaultDeleteLink
- in file dbgrids.inc.php, method CustomDBGrid::defaultDeleteLink()
- defaultDesignColor
- in file controls.inc.php, method Control::defaultDesignColor()
- defaultDesignTotalRecords
- in file pager.inc.php, method Pager::defaultDesignTotalRecords()
- defaultDialect
- in file oracle.inc.php, method OracleDatabase::defaultDialect()
- defaultDialect
- in file interbase.inc.php, method IBDatabase::defaultDialect()
- defaultDialect
- in file mysql.inc.php, method MySQLDatabase::defaultDialect()
- defaultDictionary
- in file dbtables.inc.php, method Database::defaultDictionary()
- defaultDirectionality
- in file forms.inc.php, method Page::defaultDirectionality()
- defaultDivWrap
- in file controls.inc.php, method Control::defaultDivWrap()
- defaultDocType
- in file forms.inc.php, method Page::defaultDocType()
- defaultDown
- in file buttons.inc.php, method SpeedButton::defaultDown()
- defaultDriverName
- in file dbtables.inc.php, method Database::defaultDriverName()
- defaultDynamic
- in file extctrls.inc.php, method CustomPanel::defaultDynamic()
- defaultEditable
- in file comctrls.inc.php, method ListColumn::defaultEditable()
- defaultEnabled
- in file extctrls.inc.php, method Timer::defaultEnabled()
- defaultEnabled
- in file controls.inc.php, method Control::defaultEnabled()
- defaultEncoding
- in file forms.inc.php, method Page::defaultEncoding()
- defaultEOF
- in file db.inc.php, method DataSet::defaultEOF()
- defaultErrorMessage
- in file auth.inc.php, method BasicAuthentication::defaultErrorMessage()
- defaultFamily
- in file graphics.inc.php, method Font::defaultFamily()
- defaultFetchQuery
- in file mysql.inc.php, method MySQLStoredProc::defaultFetchQuery()
- defaultFetchQuery
- in file dbtables.inc.php, method StoredProc::defaultFetchQuery()
- defaultFieldCaption
- in file oracle.inc.php, method OracleDataSet::defaultFieldCaption()
- defaultFileName
- in file styles.inc.php, method CustomStyleSheet::defaultFileName()
- defaultFilter
- in file db.inc.php, method DataSet::defaultFilter()
- defaultFilterInput
- in file comctrls.inc.php, method CustomTextField::defaultFilterInput()
- defaultFilterInput
- in file stdctrls.inc.php, method CustomEdit::defaultFilterInput()
- defaultFilterInput
- in file stdctrls.inc.php, method CustomMemo::defaultFilterInput()
- defaultFirstDay
- in file comctrls.inc.php, method MonthCalendar::defaultFirstDay()
- defaultFixedColumns
- in file dbgrids.inc.php, method DBGrid::defaultFixedColumns()
- defaultFlat
- in file buttons.inc.php, method SpeedButton::defaultFlat()
- defaultFormatAsDate
- in file stdctrls.inc.php, method CustomLabel::defaultFormatAsDate()
- defaultFormEncoding
- in file forms.inc.php, method Page::defaultFormEncoding()
- defaultFrameBorder
- in file forms.inc.php, method Page::defaultFrameBorder()
- defaultFrameBorder
- in file forms.inc.php, method Frameset::defaultFrameBorder()
- defaultFrameSpacing
- in file forms.inc.php, method Page::defaultFrameSpacing()
- defaultFrameSpacing
- in file forms.inc.php, method Frameset::defaultFrameSpacing()
- defaultGroup
- in file stdctrls.inc.php, method RadioButton::defaultGroup()
- defaultGroupIndex
- in file buttons.inc.php, method SpeedButton::defaultGroupIndex()
- defaultHasAutoInc
- in file dbtables.inc.php, method CustomTable::defaultHasAutoInc()
- defaultHeader
- in file checklst.inc.php, method CustomCheckListBox::defaultHeader()
- defaultHeaderBackgroundColor
- in file checklst.inc.php, method CustomCheckListBox::defaultHeaderBackgroundColor()
- defaultHeaderColor
- in file checklst.inc.php, method CustomCheckListBox::defaultHeaderColor()
- defaultHeight
- in file controls.inc.php, method Control::defaultHeight()
- defaultHidden
- in file controls.inc.php, method Control::defaultHidden()
- defaultHint
- in file controls.inc.php, method Control::defaultHint()
- defaultHost
- in file dbtables.inc.php, method Database::defaultHost()
- defaultIcon
- in file forms.inc.php, method Page::defaultIcon()
- defaultIconSource
- in file forms.inc.php, method Window::defaultIconSource()
- defaultIfFormat
- in file comctrls.inc.php, method DateTimePicker::defaultIfFormat()
- defaultImageClicked
- in file buttons.inc.php, method BitBtn::defaultImageClicked()
- defaultImageDisabled
- in file buttons.inc.php, method BitBtn::defaultImageDisabled()
- defaultImageList
- in file extctrls.inc.php, method CustomButtonView::defaultImageList()
- defaultImageList
- in file comctrls.inc.php, method CustomTreeView::defaultImageList()
- defaultImages
- in file comctrls.inc.php, method CustomToolBar::defaultImages()
- defaultImages
- in file menus.inc.php, method CustomMainMenu::defaultImages()
- defaultImages
- in file imglist.inc.php, method ImageList::defaultImages()
- defaultImages
- in file menus.inc.php, method CustomPopupMenu::defaultImages()
- defaultImageSource
- in file stdctrls.inc.php, method Button::defaultImageSource()
- defaultImageSource
- in file buttons.inc.php, method BitBtn::defaultImageSource()
- defaultInclude
- in file extctrls.inc.php, method CustomPanel::defaultInclude()
- defaultIncludeID
- in file styles.inc.php, method CustomStyleSheet::defaultIncludeID()
- defaultIncludeStandard
- in file styles.inc.php, method CustomStyleSheet::defaultIncludeStandard()
- defaultIncludeSubStyle
- in file styles.inc.php, method CustomStyleSheet::defaultIncludeSubStyle()
- defaultIncrement
- in file comctrls.inc.php, method CustomUpDown::defaultIncrement()
- defaultInterval
- in file extctrls.inc.php, method Timer::defaultInterval()
- defaultIsForm
- in file forms.inc.php, method Page::defaultIsForm()
- defaultIsLayer
- in file controls.inc.php, method Control::defaultIsLayer()
- defaultIsPassword
- in file stdctrls.inc.php, method CustomEdit::defaultIsPassword()
- defaultIsPassword
- in file comctrls.inc.php, method CustomTextField::defaultIsPassword()
- defaultIsVisible
- in file forms.inc.php, method Window::defaultIsVisible()
- defaultItemIndex
- in file stdctrls.inc.php, method CustomListBox::defaultItemIndex()
- defaultItemIndex
- in file controls.inc.php, method CustomListControl::defaultItemIndex()
Returns default ItemIndex.
- defaultItemIndex
- in file extctrls.inc.php, method CustomRadioGroup::defaultItemIndex()
- defaultItems
- in file comctrls.inc.php, method CustomListView::defaultItems()
- defaultItems
- in file extctrls.inc.php, method CustomRadioGroup::defaultItems()
- defaultItems
- in file checklst.inc.php, method CustomCheckListBox::defaultItems()
- defaultItems
- in file stdctrls.inc.php, method CustomListBox::defaultItems()
- defaultIteratorBegin
- in file dbctrls.inc.php, method DBIteratorEnd::defaultIteratorBegin()
- defaultjsOnActivate
- in file controls.inc.php, method Control::defaultjsOnActivate()
- defaultjsOnAlarm
- in file clock.inc.php, method Clock::defaultjsOnAlarm()
- defaultjsOnBeforeCopy
- in file controls.inc.php, method Control::defaultjsOnBeforeCopy()
- defaultjsOnBeforeCut
- in file controls.inc.php, method Control::defaultjsOnBeforeCut()
- defaultjsOnBeforeDeactivate
- in file controls.inc.php, method Control::defaultjsOnBeforeDeactivate()
- defaultjsOnBeforeEditfocus
- in file controls.inc.php, method Control::defaultjsOnBeforeEditfocus()
- defaultjsOnBeforePaste
- in file controls.inc.php, method Control::defaultjsOnBeforePaste()
- defaultjsOnBlur
- in file controls.inc.php, method Control::defaultjsOnBlur()
- defaultjsOnChange
- in file controls.inc.php, method Control::defaultjsOnChange()
- defaultjsOnChange
- in file stdctrls.inc.php, method ScrollBar::defaultjsOnChange()
- defaultjsOnClick
- in file controls.inc.php, method Control::defaultjsOnClick()
- defaultjsOnContextMenu
- in file controls.inc.php, method Control::defaultjsOnContextMenu()
- defaultjsOnControlSelect
- in file controls.inc.php, method Control::defaultjsOnControlSelect()
- defaultjsOnCopy
- in file controls.inc.php, method Control::defaultjsOnCopy()
- defaultjsOnCut
- in file controls.inc.php, method Control::defaultjsOnCut()
- defaultjsOnDataChanged
- in file dbgrids.inc.php, method DBGrid::defaultjsOnDataChanged()
- defaultjsOnDblClick
- in file controls.inc.php, method Control::defaultjsOnDblClick()
- defaultjsOnDeActivate
- in file controls.inc.php, method Control::defaultjsOnDeActivate()
- defaultjsOnDrag
- in file controls.inc.php, method Control::defaultjsOnDrag()
- defaultjsOnDragEnter
- in file controls.inc.php, method Control::defaultjsOnDragEnter()
- defaultjsOnDragLeave
- in file controls.inc.php, method Control::defaultjsOnDragLeave()
- defaultjsOnDragOver
- in file controls.inc.php, method Control::defaultjsOnDragOver()
- defaultjsOnDragStart
- in file controls.inc.php, method Control::defaultjsOnDragStart()
- defaultjsOnDrop
- in file controls.inc.php, method Control::defaultjsOnDrop()
- defaultjsOnFilterChange
- in file controls.inc.php, method Control::defaultjsOnFilterChange()
- defaultjsOnFocus
- in file controls.inc.php, method Control::defaultjsOnFocus()
- defaultjsOnHelp
- in file controls.inc.php, method Control::defaultjsOnHelp()
- defaultjsOnKeyDown
- in file controls.inc.php, method Control::defaultjsOnKeyDown()
- defaultjsOnKeyPress
- in file controls.inc.php, method Control::defaultjsOnKeyPress()
- defaultjsOnKeyUp
- in file controls.inc.php, method Control::defaultjsOnKeyUp()
- defaultjsOnLoad
- in file forms.inc.php, method Frameset::defaultjsOnLoad()
- defaultjsOnLoad
- in file forms.inc.php, method Frame::defaultjsOnLoad()
- defaultjsOnLoad
- in file forms.inc.php, method Page::defaultjsOnLoad()
- defaultjsOnLoseCapture
- in file controls.inc.php, method Control::defaultjsOnLoseCapture()
- defaultjsOnMouseDown
- in file controls.inc.php, method Control::defaultjsOnMouseDown()
- defaultjsOnMouseEnter
- in file controls.inc.php, method Control::defaultjsOnMouseEnter()
- defaultjsOnMouseLeave
- in file controls.inc.php, method Control::defaultjsOnMouseLeave()
- defaultjsOnMouseMove
- in file controls.inc.php, method Control::defaultjsOnMouseMove()
- defaultjsOnMouseOut
- in file controls.inc.php, method Control::defaultjsOnMouseOut()
- defaultjsOnMouseOver
- in file controls.inc.php, method Control::defaultjsOnMouseOver()
- defaultjsOnMouseUp
- in file controls.inc.php, method Control::defaultjsOnMouseUp()
- defaultjsOnOnRowChanged
- in file dbgrids.inc.php, method DBGrid::defaultjsOnOnRowChanged()
- defaultjsOnOnRowSaved
- in file dbgrids.inc.php, method DBGrid::defaultjsOnOnRowSaved()
- defaultjsOnPaste
- in file controls.inc.php, method Control::defaultjsOnPaste()
- defaultjsOnPropertyChange
- in file controls.inc.php, method Control::defaultjsOnPropertyChange()
- defaultjsOnReadyStateChange
- in file controls.inc.php, method Control::defaultjsOnReadyStateChange()
- defaultjsOnReset
- in file forms.inc.php, method Page::defaultjsOnReset()
- defaultjsOnResize
- in file controls.inc.php, method Control::defaultjsOnResize()
- defaultjsOnResizeEnd
- in file controls.inc.php, method Control::defaultjsOnResizeEnd()
- defaultjsOnResizeStart
- in file controls.inc.php, method Control::defaultjsOnResizeStart()
- defaultjsOnSelect
- in file stdctrls.inc.php, method CustomUpload::defaultjsOnSelect()
- defaultjsOnSelect
- in file stdctrls.inc.php, method CustomEdit::defaultjsOnSelect()
- defaultjsOnSelect
- in file stdctrls.inc.php, method ButtonControl::defaultjsOnSelect()
- defaultjsOnSelectionChanged
- in file comctrls.inc.php, method CustomListView::defaultjsOnSelectionChanged()
- defaultjsOnSelectStart
- in file controls.inc.php, method Control::defaultjsOnSelectStart()
- defaultjsOnSubmit
- in file forms.inc.php, method Page::defaultjsOnSubmit()
- defaultjsOnTimer
- in file extctrls.inc.php, method Timer::defaultjsOnTimer()
- defaultjsOnTreeClose
- in file comctrls.inc.php, method CustomTreeView::defaultjsOnTreeClose()
- defaultjsOnTreeOpenWhileEmpty
- in file comctrls.inc.php, method CustomTreeView::defaultjsOnTreeOpenWhileEmpty()
- defaultjsOnTreeOpenWithContent
- in file comctrls.inc.php, method CustomTreeView::defaultjsOnTreeOpenWithContent()
- defaultjsOnUnload
- in file forms.inc.php, method Page::defaultjsOnUnload()
- defaultjsOnUnload
- in file forms.inc.php, method Frameset::defaultjsOnUnload()
- defaultjsOnUpdate
- in file comctrls.inc.php, method MonthCalendar::defaultjsOnUpdate()
- defaultKind
- in file stdctrls.inc.php, method ScrollBar::defaultKind()
- defaultKind
- in file buttons.inc.php, method BitBtn::defaultKind()
- defaultKind
- in file dbctrls.inc.php, method DBRepeater::defaultKind()
- defaultKind
- in file extctrls.inc.php, method MapShape::defaultKind()
- defaultLabelPosition
- in file comctrls.inc.php, method CustomLabeledEdit::defaultLabelPosition()
- defaultLabelSpacing
- in file comctrls.inc.php, method CustomLabeledEdit::defaultLabelSpacing()
- defaultLanguage
- in file forms.inc.php, method Page::defaultLanguage()
- defaultLayer
- in file controls.inc.php, method Control::defaultLayer()
- defaultLeft
- in file controls.inc.php, method Control::defaultLeft()
- defaultLeftMargin
- in file forms.inc.php, method Page::defaultLeftMargin()
- defaultLimit
- in file dbctrls.inc.php, method DBRepeater::defaultLimit()
- defaultLimitCount
- in file db.inc.php, method DataSet::defaultLimitCount()
- defaultLimitStart
- in file db.inc.php, method DataSet::defaultLimitStart()
- defaultLineHeight
- in file graphics.inc.php, method Font::defaultLineHeight()
- defaultLines
- in file stdctrls.inc.php, method CustomMemo::defaultLines()
- defaultLink
- in file stdctrls.inc.php, method CustomLabel::defaultLink()
- defaultLink
- in file extctrls.inc.php, method MapShape::defaultLink()
- defaultLinkTarget
- in file stdctrls.inc.php, method CustomLabel::defaultLinkTarget()
- defaultListView
- in file comctrls.inc.php, method ListItem::defaultListView()
- defaultLOBMode
- in file oracle.inc.php, method OracleDataSet::defaultLOBMode()
- defaultLongDesc
- in file forms.inc.php, method Frame::defaultLongDesc()
- defaultLoop
- in file extctrls.inc.php, method FlashObject::defaultLoop()
- defaultMarginHeight
- in file forms.inc.php, method Frame::defaultMarginHeight()
- defaultMarginWidth
- in file forms.inc.php, method Frame::defaultMarginWidth()
- defaultMasterFields
- in file db.inc.php, method DataSet::defaultMasterFields()
- defaultMax
- in file stdctrls.inc.php, method ScrollBar::defaultMax()
- defaultMax
- in file comctrls.inc.php, method CustomProgressBar::defaultMax()
- defaultMax
- in file comctrls.inc.php, method CustomUpDown::defaultMax()
- defaultMaxButtons
- in file pager.inc.php, method Pager::defaultMaxButtons()
- defaultMaxLength
- in file comctrls.inc.php, method CustomTextField::defaultMaxLength()
- defaultMaxLength
- in file stdctrls.inc.php, method CustomUpload::defaultMaxLength()
- defaultMaxLength
- in file stdctrls.inc.php, method CustomEdit::defaultMaxLength()
- defaultMaxPosition
- in file comctrls.inc.php, method TrackBar::defaultMaxPosition()
- defaultMin
- in file comctrls.inc.php, method CustomProgressBar::defaultMin()
- defaultMin
- in file comctrls.inc.php, method CustomUpDown::defaultMin()
- defaultMin
- in file stdctrls.inc.php, method ScrollBar::defaultMin()
- defaultMinPosition
- in file comctrls.inc.php, method TrackBar::defaultMinPosition()
- defaultModal
- in file forms.inc.php, method Window::defaultModal()
- defaultModified
- in file db.inc.php, method DataSet::defaultModified()
- defaultMoveable
- in file forms.inc.php, method Window::defaultMoveable()
- defaultMoveMethod
- in file forms.inc.php, method Window::defaultMoveMethod()
- defaultMultiSelect
- in file stdctrls.inc.php, method CustomListBox::defaultMultiSelect()
- defaultMultiSelect
- in file controls.inc.php, method CustomMultiSelectListControl::defaultMultiSelect()
Returns the default MultiSelect value.
- defaultName
- in file classes.inc.php, method Component::defaultName()
- defaultNameSpace
- in file webservices.inc.php, method Service::defaultNameSpace()
- defaultNextCaption
- in file pager.inc.php, method Pager::defaultNextCaption()
- defaultOnAddComplexTypes
- in file webservices.inc.php, method Service::defaultOnAddComplexTypes()
- defaultOnAfterAjaxProcess
- in file forms.inc.php, method Page::defaultOnAfterAjaxProcess()
- defaultOnAfterCancel
- in file db.inc.php, method DataSet::defaultOnAfterCancel()
- defaultOnAfterClose
- in file db.inc.php, method DataSet::defaultOnAfterClose()
- defaultOnAfterConnect
- in file db.inc.php, method CustomConnection::defaultOnAfterConnect()
- defaultOnAfterDelete
- in file db.inc.php, method DataSet::defaultOnAfterDelete()
- defaultOnAfterDisconnect
- in file db.inc.php, method CustomConnection::defaultOnAfterDisconnect()
- defaultOnAfterEdit
- in file db.inc.php, method DataSet::defaultOnAfterEdit()
- defaultOnAfterInsert
- in file db.inc.php, method DataSet::defaultOnAfterInsert()
- defaultOnAfterOpen
- in file db.inc.php, method DataSet::defaultOnAfterOpen()
- defaultOnAfterPost
- in file db.inc.php, method DataSet::defaultOnAfterPost()
- defaultOnAfterShow
- in file controls.inc.php, method Control::defaultOnAfterShow()
- defaultOnAfterShowFooter
- in file forms.inc.php, method Page::defaultOnAfterShowFooter()
- defaultOnAuthenticate
- in file auth.inc.php, method BasicAuthentication::defaultOnAuthenticate()
- defaultOnBeforeAjaxProcess
- in file forms.inc.php, method Page::defaultOnBeforeAjaxProcess()
- defaultOnBeforeCancel
- in file db.inc.php, method DataSet::defaultOnBeforeCancel()
- defaultOnBeforeClose
- in file db.inc.php, method DataSet::defaultOnBeforeClose()
- defaultOnBeforeConnect
- in file db.inc.php, method CustomConnection::defaultOnBeforeConnect()
- defaultOnBeforeDelete
- in file db.inc.php, method DataSet::defaultOnBeforeDelete()
- defaultOnBeforeDisconnect
- in file db.inc.php, method CustomConnection::defaultOnBeforeDisconnect()
- defaultOnBeforeEdit
- in file db.inc.php, method DataSet::defaultOnBeforeEdit()
- defaultOnBeforeInsert
- in file db.inc.php, method DataSet::defaultOnBeforeInsert()
- defaultOnBeforeOpen
- in file db.inc.php, method DataSet::defaultOnBeforeOpen()
- defaultOnBeforePost
- in file db.inc.php, method DataSet::defaultOnBeforePost()
- defaultOnBeforeShow
- in file controls.inc.php, method Control::defaultOnBeforeShow()
- defaultOnBeforeShowHeader
- in file forms.inc.php, method Page::defaultOnBeforeShowHeader()
- defaultOnCalcFields
- in file db.inc.php, method DataSet::defaultOnCalcFields()
- defaultOnChange
- in file stdctrls.inc.php, method CustomListBox::defaultOnChange()
- defaultOnChangeSelected
- in file comctrls.inc.php, method CustomTreeView::defaultOnChangeSelected()
- defaultOnClick
- in file comctrls.inc.php, method CustomTextField::defaultOnClick()
- defaultOnClick
- in file stdctrls.inc.php, method CustomLabel::defaultOnClick()
- defaultOnClick
- in file extctrls.inc.php, method Image::defaultOnClick()
- defaultOnClick
- in file stdctrls.inc.php, method ButtonControl::defaultOnClick()
- defaultOnClick
- in file chart.inc.php, method SimpleChart::defaultOnClick()
- defaultOnClick
- in file extctrls.inc.php, method CustomRadioGroup::defaultOnClick()
- defaultOnClick
- in file checklst.inc.php, method CustomCheckListBox::defaultOnClick()
- defaultOnClick
- in file stdctrls.inc.php, method CustomListBox::defaultOnClick()
- defaultOnClick
- in file extctrls.inc.php, method MapShape::defaultOnClick()
- defaultOnClick
- in file stdctrls.inc.php, method CustomEdit::defaultOnClick()
- defaultOnClick
- in file dbctrls.inc.php, method DBPaginator::defaultOnClick()
- defaultOnClick
- in file buttons.inc.php, method BitBtn::defaultOnClick()
- defaultOnClick
- in file extctrls.inc.php, method PaintBox::defaultOnClick()
- defaultOnCreate
- in file forms.inc.php, method Page::defaultOnCreate()
- defaultOnCustomConnect
- in file db.inc.php, method CustomConnection::defaultOnCustomConnect()
- defaultOnCustomize
- in file extctrls.inc.php, method Image::defaultOnCustomize()
- defaultOnDblClick
- in file stdctrls.inc.php, method CustomLabel::defaultOnDblClick()
- defaultOnDblClick
- in file stdctrls.inc.php, method CustomEdit::defaultOnDblClick()
- defaultOnDblClick
- in file stdctrls.inc.php, method CustomListBox::defaultOnDblClick()
- defaultOnDblClick
- in file extctrls.inc.php, method MapShape::defaultOnDblClick()
- defaultOnDblClick
- in file extctrls.inc.php, method PaintBox::defaultOnDblClick()
- defaultOnDeleteError
- in file db.inc.php, method DataSet::defaultOnDeleteError()
- defaultOnExecute
- in file actnlist.inc.php, method ActionList::defaultOnExecute()
- defaultOnFilterRecord
- in file db.inc.php, method DataSet::defaultOnFilterRecord()
- defaultOnLogin
- in file db.inc.php, method CustomConnection::defaultOnLogin()
- defaultOnNewRecord
- in file db.inc.php, method DataSet::defaultOnNewRecord()
- defaultOnPostError
- in file db.inc.php, method DataSet::defaultOnPostError()
- defaultOnRegisterServices
- in file webservices.inc.php, method Service::defaultOnRegisterServices()
- defaultOnShow
- in file controls.inc.php, method Control::defaultOnShow()
- defaultOnShowHeader
- in file forms.inc.php, method Page::defaultOnShowHeader()
- defaultOnStartBody
- in file forms.inc.php, method Page::defaultOnStartBody()
- defaultOnSubmit
- in file stdctrls.inc.php, method CustomUpload::defaultOnSubmit()
- defaultOnSubmit
- in file forms.inc.php, method HiddenField::defaultOnSubmit()
- defaultOnSubmit
- in file stdctrls.inc.php, method CustomListBox::defaultOnSubmit()
- defaultOnSubmit
- in file stdctrls.inc.php, method ButtonControl::defaultOnSubmit()
- defaultOnSubmit
- in file checklst.inc.php, method CustomCheckListBox::defaultOnSubmit()
- defaultOnSubmit
- in file comctrls.inc.php, method CustomListView::defaultOnSubmit()
- defaultOnSubmit
- in file stdctrls.inc.php, method CustomEdit::defaultOnSubmit()
- defaultOnSubmit
- in file extctrls.inc.php, method CustomRadioGroup::defaultOnSubmit()
- defaultOnTemplate
- in file forms.inc.php, method Page::defaultOnTemplate()
- defaultOnUploaded
- in file stdctrls.inc.php, method CustomUpload::defaultOnUploaded()
- defaultOrder
- in file interbase.inc.php, method CustomIBTable::defaultOrder()
- defaultOrder
- in file oracle.inc.php, method CustomOracleTable::defaultOrder()
- defaultOrder
- in file mysql.inc.php, method CustomMySQLTable::defaultOrder()
- defaultOrder
- in file dbtables.inc.php, method CustomTable::defaultOrder()
- defaultOrderField
- in file interbase.inc.php, method CustomIBTable::defaultOrderField()
- defaultOrderField
- in file oracle.inc.php, method CustomOracleTable::defaultOrderField()
- defaultOrderField
- in file mysql.inc.php, method CustomMySQLTable::defaultOrderField()
- defaultOrderField
- in file dbtables.inc.php, method CustomTable::defaultOrderField()
- defaultOrientation
- in file comctrls.inc.php, method CustomProgressBar::defaultOrientation()
- defaultOrientation
- in file dbctrls.inc.php, method DBPaginator::defaultOrientation()
- defaultOrientation
- in file comctrls.inc.php, method TrackBar::defaultOrientation()
- defaultPageNumberFormat
- in file dbctrls.inc.php, method DBPaginator::defaultPageNumberFormat()
- defaultPageSize
- in file stdctrls.inc.php, method ScrollBar::defaultPageSize()
- defaultParamBindMode
- in file oracle.inc.php, method OracleDataSet::defaultParamBindMode()
- defaultParamByNames
- in file oracle.inc.php, method OracleDataSet::defaultParamByNames()
- defaultParams
- in file mysql.inc.php, method CustomMySQLQuery::defaultParams()
- defaultParams
- in file dbtables.inc.php, method CustomQuery::defaultParams()
- defaultParams
- in file oracle.inc.php, method CustomOracleQuery::defaultParams()
- defaultParams
- in file interbase.inc.php, method CustomIBQuery::defaultParams()
- defaultParentColor
- in file controls.inc.php, method Control::defaultParentColor()
- defaultParentFont
- in file controls.inc.php, method Control::defaultParentFont()
- defaultParentShowHint
- in file controls.inc.php, method Control::defaultParentShowHint()
- defaultPassword
- in file auth.inc.php, method BasicAuthentication::defaultPassword()
- defaultPopupmenu
- in file controls.inc.php, method Control::defaultPopupmenu()
- defaultPosition
- in file extctrls.inc.php, method CustomButtonView::defaultPosition()
- defaultPosition
- in file comctrls.inc.php, method CustomUpDown::defaultPosition()
- defaultPosition
- in file comctrls.inc.php, method TrackBar::defaultPosition()
- defaultPosition
- in file stdctrls.inc.php, method ScrollBar::defaultPosition()
- defaultPreviousCaption
- in file pager.inc.php, method Pager::defaultPreviousCaption()
- defaultProportional
- in file extctrls.inc.php, method Image::defaultProportional()
- defaultQuality
- in file extctrls.inc.php, method FlashObject::defaultQuality()
- defaultReadOnly
- in file stdctrls.inc.php, method CustomUpload::defaultReadOnly()
- defaultReadOnly
- in file comctrls.inc.php, method CustomTextField::defaultReadOnly()
- defaultReadOnly
- in file stdctrls.inc.php, method CustomEdit::defaultReadOnly()
- defaultReadOnly
- in file dbgrids.inc.php, method DBGrid::defaultReadOnly()
- defaultRecKey
- in file db.inc.php, method DataSet::defaultRecKey()
- defaultRecNo
- in file db.inc.php, method DataSet::defaultRecNo()
- defaultRecordCount
- in file db.inc.php, method DataSet::defaultRecordCount()
- defaultRecordsPerPage
- in file pager.inc.php, method Pager::defaultRecordsPerPage()
- defaultResizeable
- in file forms.inc.php, method Window::defaultResizeable()
- defaultResizeable
- in file forms.inc.php, method Frame::defaultResizeable()
- defaultResizeMethod
- in file forms.inc.php, method Window::defaultResizeMethod()
- defaultRestartDataset
- in file dbctrls.inc.php, method DBRepeater::defaultRestartDataset()
- defaultRightMargin
- in file forms.inc.php, method Page::defaultRightMargin()
- defaultRole
- in file acl.inc.php, method ACLManager::defaultRole()
- defaultRootNodeCaption
- in file comctrls.inc.php, method CustomTreeView::defaultRootNodeCaption()
- defaultRows
- in file graphics.inc.php, method Layout::defaultRows()
- defaultSchemaTargetNamespace
- in file webservices.inc.php, method Service::defaultSchemaTargetNamespace()
- defaultScrolling
- in file forms.inc.php, method Frame::defaultScrolling()
- defaultSelected
- in file comctrls.inc.php, method ListItem::defaultSelected()
- defaultSelectedItemID
- in file comctrls.inc.php, method CustomTreeView::defaultSelectedItemID()
- defaultSelectionType
- in file comctrls.inc.php, method CustomListView::defaultSelectionType()
- defaultServiceName
- in file webservices.inc.php, method Service::defaultServiceName()
- defaultShape
- in file extctrls.inc.php, method Shape::defaultShape()
- defaultShape
- in file extctrls.inc.php, method Bevel::defaultShape()
- defaultShowCaption
- in file forms.inc.php, method Window::defaultShowCaption()
- defaultShowClose
- in file forms.inc.php, method Window::defaultShowClose()
- defaultShowFirst
- in file dbctrls.inc.php, method DBPaginator::defaultShowFirst()
- defaultShowFooter
- in file forms.inc.php, method Page::defaultShowFooter()
- defaultShowHeader
- in file forms.inc.php, method Page::defaultShowHeader()
- defaultShowHint
- in file controls.inc.php, method Control::defaultShowHint()
- defaultShowIcon
- in file forms.inc.php, method Window::defaultShowIcon()
- defaultShowLast
- in file dbctrls.inc.php, method DBPaginator::defaultShowLast()
- defaultShowLines
- in file comctrls.inc.php, method CustomTreeView::defaultShowLines()
- defaultShowMaximize
- in file forms.inc.php, method Window::defaultShowMaximize()
- defaultShowMinimize
- in file forms.inc.php, method Window::defaultShowMinimize()
- defaultShowNext
- in file dbctrls.inc.php, method DBPaginator::defaultShowNext()
- defaultShownRecordsCount
- in file dbctrls.inc.php, method DBPaginator::defaultShownRecordsCount()
- defaultShowPrevious
- in file dbctrls.inc.php, method DBPaginator::defaultShowPrevious()
- defaultShowRoot
- in file comctrls.inc.php, method CustomTreeView::defaultShowRoot()
- defaultShowStatusBar
- in file forms.inc.php, method Window::defaultShowStatusBar()
- defaultShowsTime
- in file comctrls.inc.php, method DateTimePicker::defaultShowsTime()
- defaultShowsTime
- in file comctrls.inc.php, method MonthCalendar::defaultShowsTime()
- defaultSize
- in file stdctrls.inc.php, method CustomListBox::defaultSize()
- defaultSize
- in file graphics.inc.php, method Font::defaultSize()
- defaultSize
- in file stdctrls.inc.php, method CustomUpload::defaultSize()
- defaultSortAscending
- in file comctrls.inc.php, method CustomListView::defaultSortAscending()
- defaultSortColumnIndex
- in file comctrls.inc.php, method CustomListView::defaultSortColumnIndex()
- defaultSorted
- in file stdctrls.inc.php, method CustomListBox::defaultSorted()
- defaultSource
- in file forms.inc.php, method Frame::defaultSource()
- defaultSpacing
- in file buttons.inc.php, method BitBtn::defaultSpacing()
- defaultSQL
- in file interbase.inc.php, method CustomIBQuery::defaultSQL()
- defaultSQL
- in file dbtables.inc.php, method CustomQuery::defaultSQL()
- defaultSQL
- in file oracle.inc.php, method CustomOracleQuery::defaultSQL()
- defaultSQL
- in file mysql.inc.php, method CustomMySQLQuery::defaultSQL()
- defaultState
- in file db.inc.php, method DataSet::defaultState()
- defaultStep
- in file comctrls.inc.php, method CustomProgressBar::defaultStep()
- defaultStoredProcName
- in file oracle.inc.php, method OracleStoredProc::defaultStoredProcName()
- defaultStoredProcName
- in file mysql.inc.php, method MySQLStoredProc::defaultStoredProcName()
- defaultStoredProcName
- in file interbase.inc.php, method IBStoredProc::defaultStoredProcName()
- defaultStoredProcName
- in file dbtables.inc.php, method StoredProc::defaultStoredProcName()
- defaultStoredType
- in file oracle.inc.php, method OracleStoredProc::defaultStoredType()
- defaultStretch
- in file extctrls.inc.php, method Image::defaultStretch()
- defaultStyle
- in file controls.inc.php, method Control::defaultStyle()
- defaultStyle
- in file graphics.inc.php, method Font::defaultStyle()
- defaultSubItems
- in file comctrls.inc.php, method ListItem::defaultSubItems()
- defaultTabIndex
- in file comctrls.inc.php, method CustomPageControl::defaultTabIndex()
- defaultTableName
- in file mysql.inc.php, method CustomMySQLTable::defaultTableName()
- defaultTableName
- in file dbtables.inc.php, method CustomTable::defaultTableName()
- defaultTableName
- in file interbase.inc.php, method CustomIBTable::defaultTableName()
- defaultTableName
- in file oracle.inc.php, method CustomOracleTable::defaultTableName()
- defaultTabOrder
- in file stdctrls.inc.php, method CustomUpload::defaultTabOrder()
- defaultTabOrder
- in file stdctrls.inc.php, method ButtonControl::defaultTabOrder()
- defaultTabOrder
- in file checklst.inc.php, method CustomCheckListBox::defaultTabOrder()
- defaultTabOrder
- in file extctrls.inc.php, method CustomRadioGroup::defaultTabOrder()
- defaultTabOrder
- in file stdctrls.inc.php, method CustomListBox::defaultTabOrder()
- defaultTabOrder
- in file stdctrls.inc.php, method CustomEdit::defaultTabOrder()
- defaultTabPosition
- in file comctrls.inc.php, method CustomPageControl::defaultTabPosition()
- defaultTabs
- in file comctrls.inc.php, method CustomPageControl::defaultTabs()
- defaultTabStop
- in file extctrls.inc.php, method CustomRadioGroup::defaultTabStop()
- defaultTabStop
- in file stdctrls.inc.php, method ButtonControl::defaultTabStop()
- defaultTabStop
- in file stdctrls.inc.php, method CustomListBox::defaultTabStop()
- defaultTabStop
- in file stdctrls.inc.php, method CustomEdit::defaultTabStop()
- defaultTabStop
- in file stdctrls.inc.php, method CustomUpload::defaultTabStop()
- defaultTabStop
- in file checklst.inc.php, method CustomCheckListBox::defaultTabStop()
- defaultTag
- in file classes.inc.php, method Component::defaultTag()
- defaultTarget
- in file forms.inc.php, method Page::defaultTarget()
- defaultTarget
- in file extctrls.inc.php, method MapShape::defaultTarget()
- defaultTemplateEngine
- in file forms.inc.php, method Page::defaultTemplateEngine()
- defaultTemplateFilename
- in file forms.inc.php, method Page::defaultTemplateFilename()
- defaultText
- in file comctrls.inc.php, method DateTimePicker::defaultText()
- defaultText
- in file stdctrls.inc.php, method CustomEdit::defaultText()
- defaultText
- in file comctrls.inc.php, method CustomTextField::defaultText()
- defaultTimeZone
- in file comctrls.inc.php, method MonthCalendar::defaultTimeZone()
- defaultTimeZone
- in file comctrls.inc.php, method DateTimePicker::defaultTimeZone()
- defaultTitle
- in file forms.inc.php, method Frame::defaultTitle()
- defaultTitle
- in file auth.inc.php, method BasicAuthentication::defaultTitle()
- defaultToolbars
- in file comctrls.inc.php, method CustomRichEdit::defaultToolbars()
- defaultTop
- in file controls.inc.php, method Control::defaultTop()
- defaultTopMargin
- in file forms.inc.php, method Page::defaultTopMargin()
- defaultType
- in file graphics.inc.php, method Layout::defaultType()
- defaultUseAjax
- in file forms.inc.php, method Page::defaultUseAjax()
- defaultUseAjaxDebug
- in file forms.inc.php, method Page::defaultUseAjaxDebug()
- defaultUseAjaxUri
- in file forms.inc.php, method Page::defaultUseAjaxUri()
- defaultUseParts
- in file comctrls.inc.php, method CustomToolBar::defaultUseParts()
- defaultUsePixelTrans
- in file graphics.inc.php, method Layout::defaultUsePixelTrans()
- defaultUserName
- in file dbtables.inc.php, method Database::defaultUserName()
- defaultUsername
- in file auth.inc.php, method BasicAuthentication::defaultUsername()
- defaultUserPassword
- in file dbtables.inc.php, method Database::defaultUserPassword()
- defaultUseSID
- in file oracle.inc.php, method OracleDatabase::defaultUseSID()
- defaultValue
- in file forms.inc.php, method HiddenField::defaultValue()
- defaultVariant
- in file graphics.inc.php, method Font::defaultVariant()
- defaultVisible
- in file comctrls.inc.php, method ListColumn::defaultVisible()
- defaultVisible
- in file controls.inc.php, method Control::defaultVisible()
- defaultWeight
- in file graphics.inc.php, method Font::defaultWeight()
- defaultWidth
- in file controls.inc.php, method Control::defaultWidth()
- defaultWidth
- in file comctrls.inc.php, method ListColumn::defaultWidth()
- defaultWidth
- in file graphics.inc.php, method Pen::defaultWidth()
- defaultWordWrap
- in file stdctrls.inc.php, method CustomLabel::defaultWordWrap()
- defaultWordWrap
- in file stdctrls.inc.php, method CustomMemo::defaultWordWrap()
- deFieldChange
- in file db.inc.php, constant deFieldChange
- deFieldListChange
- in file db.inc.php, constant deFieldListChange
- deFocusControl
- in file db.inc.php, constant deFocusControl
- deLayoutChange
- in file db.inc.php, constant deLayoutChange
- delete
- in file classes.inc.php, method Collection::delete()
Removes the item at the position given by the Index parameter.
- Delete
- in file oracle.inc.php, method CustomOracleTable::Delete()
- delete
- in file db.inc.php, method DataSet::delete()
Deletes the active record and positions the dataset on the next record.
- deleteAction
- in file actnlist.inc.php, method ActionList::deleteAction()
Deletes an action from the Actions array.
- deleteItem
- in file comctrls.inc.php, method CustomListView::deleteItem()
Delete an item by it's index.
- deleteSelected
- in file comctrls.inc.php, method CustomListView::deleteSelected()
Deletes all the selected items.
- deParentScroll
- in file db.inc.php, constant deParentScroll
- dePropertyChange
- in file db.inc.php, constant dePropertyChange
- deReconcileError
- in file db.inc.php, constant deReconcileError
- deRecordChange
- in file db.inc.php, constant deRecordChange
- designide.inc.php
- procedural page designide.inc.php
- deUpdateRecord
- in file db.inc.php, constant deUpdateRecord
- deUpdateState
- in file db.inc.php, constant deUpdateState
- DisableControls
- in file db.inc.php, method DataSet::DisableControls()
Disables data display in data-aware controls associated with the dataset.
- Dobind
- in file oracle.inc.php, method OracleDatabase::Dobind()
- DoConnect
- in file db.inc.php, method CustomConnection::DoConnect()
Provides the interface for a method that opens a connection.
- DoConnect
- in file mysql.inc.php, method MySQLDatabase::DoConnect()
- DoConnect
- in file oracle.inc.php, method OracleDatabase::DoConnect()
- DoConnect
- in file dbtables.inc.php, method Database::DoConnect()
- doConnect
- in file interbase.inc.php, method IBDatabase::doConnect()
- DoDisconnect
- in file dbtables.inc.php, method Database::DoDisconnect()
- DoDisconnect
- in file mysql.inc.php, method MySQLDatabase::DoDisconnect()
- DoDisconnect
- in file db.inc.php, method CustomConnection::DoDisconnect()
Provides the interface for a method that terminates the connection.
- doDisconnect
- in file interbase.inc.php, method IBDatabase::doDisconnect()
- DoDisconnect
- in file oracle.inc.php, method OracleDatabase::DoDisconnect()
- doInternalOpen
- in file db.inc.php, method DataSet::doInternalOpen()
Performs an internal open of the dataset
- dsBlockRead
- in file db.inc.php, constant dsBlockRead
- dsBrowse
- in file db.inc.php, constant dsBrowse
- dsCalcFields
- in file db.inc.php, constant dsCalcFields
- dsCurValue
- in file db.inc.php, constant dsCurValue
- dsEdit
- in file db.inc.php, constant dsEdit
- dsFilter
- in file db.inc.php, constant dsFilter
- dsInactive
- in file db.inc.php, constant dsInactive
- dsInsert
- in file db.inc.php, constant dsInsert
- dsInternalCalc
- in file db.inc.php, constant dsInternalCalc
- dsNewValue
- in file db.inc.php, constant dsNewValue
- dsOldValue
- in file db.inc.php, constant dsOldValue
- dsOpening
- in file db.inc.php, constant dsOpening
- dsSetKey
- in file db.inc.php, constant dsSetKey
- dtHTML_4_01_Frameset
- in file forms.inc.php, constant dtHTML_4_01_Frameset
- dtHTML_4_01_Strict
- in file forms.inc.php, constant dtHTML_4_01_Strict
- dtHTML_4_01_Transitional
- in file forms.inc.php, constant dtHTML_4_01_Transitional
- dtNone
- in file forms.inc.php, constant dtNone
- dtXHTML_1_0_Frameset
- in file forms.inc.php, constant dtXHTML_1_0_Frameset
- dtXHTML_1_0_Strict
- in file forms.inc.php, constant dtXHTML_1_0_Strict
- dtXHTML_1_0_Transitional
- in file forms.inc.php, constant dtXHTML_1_0_Transitional
- dtXHTML_1_1
- in file forms.inc.php, constant dtXHTML_1_1
- dumpABSLayout
- in file graphics.inc.php, method Layout::dumpABSLayout()
Dump an absolute layout
- dumpChildren
- in file forms.inc.php, method Page::dumpChildren()
Dump al children controls
- dumpChildren
- in file controls.inc.php, method FocusControl::dumpChildren()
Dumps all children iterating through the Controls property and calls the show method of each one.
- dumpChildren
- in file controls.inc.php, method Control::dumpChildren()
Dumps all children components.
- dumpChildrenControls
- in file stdctrls.inc.php, method QWidget::dumpChildrenControls()
Code to dump when the Widget accepts children controls.
- dumpChildrenFormItems
- in file forms.inc.php, method Page::dumpChildrenFormItems()
- dumpChildrenFormItems
- in file classes.inc.php, method Component::dumpChildrenFormItems()
This method is called by the page just after dumping the starting form tag.
- dumpChildrenHeaderCode
- in file classes.inc.php, method Component::dumpChildrenHeaderCode()
Dumps the header code for all the children
- dumpChildrenJavascript
- in file classes.inc.php, method Component::dumpChildrenJavascript()
Dumps the javascript code for all the children
- dumpClientFrames
- in file forms.inc.php, method Frameset::dumpClientFrames()
Dump the frames inside the frameset that are aligned to alClient
- dumpColLayout
- in file graphics.inc.php, method Layout::dumpColLayout()
Dump a col layout
- dumpCommonContentsBottom
- in file stdctrls.inc.php, method QWidget::dumpCommonContentsBottom()
Dump common qooxdoo finalization code
- dumpCommonContentsTop
- in file stdctrls.inc.php, method QWidget::dumpCommonContentsTop()
Dump the common qooxdoo initialization code
- dumpCommonQWidgetJSEvents
- in file stdctrls.inc.php, method QWidget::dumpCommonQWidgetJSEvents()
This function uses PrepareQWJSEvent to dump the attachment for common javascript events
- dumpCommonQWidgetProperties
- in file stdctrls.inc.php, method QWidget::dumpCommonQWidgetProperties()
Dumps to the output the code to set common properties, like enabled, font, color, etc.
- dumpContents
- in file pager.inc.php, method Pager::dumpContents()
- dumpContents
- in file extctrls.inc.php, method Shape::dumpContents()
- dumpContents
- in file dbgrids.inc.php, method DBGrid::dumpContents()
- dumpContents
- in file comctrls.inc.php, method DateTimePicker::dumpContents()
- dumpContents
- in file chart.inc.php, method SimpleChart::dumpContents()
- dumpContents
- in file dbctrls.inc.php, method DBRepeater::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method CustomListBox::dumpContents()
- dumpContents
- in file extctrls.inc.php, method MapShape::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method CustomCheckBox::dumpContents()
- dumpContents
- in file comctrls.inc.php, method TrackBar::dumpContents()
- dumpContents
- in file extctrls.inc.php, method CustomRadioGroup::dumpContents()
- dumpContents
- in file buttons.inc.php, method BitBtn::dumpContents()
- dumpContents
- in file extctrls.inc.php, method CustomPanel::dumpContents()
- dumpContents
- in file comctrls.inc.php, method CustomPageControl::dumpContents()
- dumpContents
- in file extctrls.inc.php, method Bevel::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method ScrollBar::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method CustomMemo::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method Button::dumpContents()
- dumpContents
- in file extctrls.inc.php, method PaintBox::dumpContents()
- dumpContents
- in file extctrls.inc.php, method Image::dumpContents()
- dumpContents
- in file extctrls.inc.php, method GroupBox::dumpContents()
- dumpContents
- in file comctrls.inc.php, method CustomListView::dumpContents()
- dumpContents
- in file extctrls.inc.php, method FlashObject::dumpContents()
- dumpContents
- in file buttons.inc.php, method SpeedButton::dumpContents()
- dumpContents
- in file forms.inc.php, method Frameset::dumpContents()
Dump the whole frameset, with the alignment algorithm
- dumpContents
- in file extctrls.inc.php, method CustomButtonView::dumpContents()
- dumpContents
- in file forms.inc.php, method Window::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method RadioButton::dumpContents()
- dumpContents
- in file forms.inc.php, method Page::dumpContents()
- dumpContents
- in file controls.inc.php, method Control::dumpContents()
Dumps the control contents.
- dumpContents
- in file comctrls.inc.php, method MonthCalendar::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method CustomUpload::dumpContents()
- dumpContents
- in file checklst.inc.php, method CustomCheckListBox::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method DWidget::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method CustomLabel::dumpContents()
- dumpContents
- in file menus.inc.php, method CustomMainMenu::dumpContents()
- dumpContents
- in file comctrls.inc.php, method CustomUpDown::dumpContents()
- dumpContents
- in file comctrls.inc.php, method CustomTreeView::dumpContents()
- dumpContents
- in file stdctrls.inc.php, method CustomEdit::dumpContents()
- dumpContents
- in file dbctrls.inc.php, method DBPaginator::dumpContents()
- dumpContents
- in file forms.inc.php, method Frame::dumpContents()
- dumpContents
- in file comctrls.inc.php, method ColorSelector::dumpContents()
- dumpContents
- in file comctrls.inc.php, method CustomToolBar::dumpContents()
- dumpContents
- in file comctrls.inc.php, method CustomTextField::dumpContents()
- dumpContents
- in file dbctrls.inc.php, method DBIteratorEnd::dumpContents()
- dumpContents
- in file dbctrls.inc.php, method DBIteratorBegin::dumpContents()
- dumpContents
- in file forms.inc.php, method HiddenField::dumpContents()
- dumpContents
- in file clock.inc.php, method Clock::dumpContents()
- dumpContentsButtonControl
- in file stdctrls.inc.php, method ButtonControl::dumpContentsButtonControl()
This function was introduced to be flexible with the sub-classed controls.
- dumpExtraControlCode
- in file comctrls.inc.php, method CustomLabeledEdit::dumpExtraControlCode()
Dumps the control for the label part of the component
- dumpExtraControlCode
- in file comctrls.inc.php, method CustomTextField::dumpExtraControlCode()
Nothing here. See LabeledEdit for more info
- dumpFlowLayout
- in file graphics.inc.php, method Layout::dumpFlowLayout()
Dump a flow layout, basically, no layout at all
- dumpForAjax
- in file menus.inc.php, method CustomMainMenu::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file comctrls.inc.php, method CustomListView::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file forms.inc.php, method Window::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file dbgrids.inc.php, method DBGrid::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file buttons.inc.php, method BitBtn::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file comctrls.inc.php, method CustomPageControl::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file extctrls.inc.php, method PaintBox::dumpForAjax()
This is an internal method you don't need to call directly
- dumpForAjax
- in file comctrls.inc.php, method CustomRichEdit::dumpForAjax()
This is an internal method you don't need to call directly
- dumpFormItems
- in file stdctrls.inc.php, method CustomMemo::dumpFormItems()
- dumpFormItems
- in file stdctrls.inc.php, method CustomListBox::dumpFormItems()
- dumpFormItems
- in file stdctrls.inc.php, method CustomLabel::dumpFormItems()
- dumpFormItems
- in file stdctrls.inc.php, method CustomEdit::dumpFormItems()
- dumpFormItems
- in file extctrls.inc.php, method Image::dumpFormItems()
- dumpFormItems
- in file classes.inc.php, method Component::dumpFormItems()
Dumps code just after the form tag, useful to dump hidden fields for state retrieving for non visible components
- dumpFormItems
- in file checklst.inc.php, method CustomCheckListBox::dumpFormItems()
- dumpFormItems
- in file stdctrls.inc.php, method ButtonControl::dumpFormItems()
- dumpFormItems
- in file chart.inc.php, method SimpleChart::dumpFormItems()
- dumpFormItems
- in file comctrls.inc.php, method TrackBar::dumpFormItems()
- dumpFormItems
- in file extctrls.inc.php, method CustomRadioGroup::dumpFormItems()
- dumpFormItems
- in file menus.inc.php, method CustomPopupMenu::dumpFormItems()
- dumpFrames
- in file forms.inc.php, method Page::dumpFrames()
Dump the page using frames, it's called when the Page contain Frame or Frameset components
- dumpGraphic
- in file chart.inc.php, method SimpleChart::dumpGraphic()
Dumps the chart graphic.
- dumpGraphic
- in file extctrls.inc.php, method Image::dumpGraphic()
Dumps the graphic as binary
- dumpGrid
- in file graphics.inc.php, method Layout::dumpGrid()
Dump a grid layout
- dumpGridBagLayout
- in file graphics.inc.php, method Layout::dumpGridBagLayout()
Dump a table layout
- dumpHeaderCode
- in file comctrls.inc.php, method CustomProgressBar::dumpHeaderCode()
- dumpHeaderCode
- in file extctrls.inc.php, method Bevel::dumpHeaderCode()
- dumpHeaderCode
- in file buttons.inc.php, method SpeedButton::dumpHeaderCode()
- dumpHeaderCode
- in file comctrls.inc.php, method CustomListView::dumpHeaderCode()
- dumpHeaderCode
- in file extctrls.inc.php, method CustomButtonView::dumpHeaderCode()
- dumpHeaderCode
- in file comctrls.inc.php, method CustomRichEdit::dumpHeaderCode()
- dumpHeaderCode
- in file comctrls.inc.php, method CustomToolBar::dumpHeaderCode()
- dumpHeaderCode
- in file pager.inc.php, method Pager::dumpHeaderCode()
- dumpHeaderCode
- in file comctrls.inc.php, method MonthCalendar::dumpHeaderCode()
- dumpHeaderCode
- in file comctrls.inc.php, method TrackBar::dumpHeaderCode()
- dumpHeaderCode
- in file comctrls.inc.php, method DateTimePicker::dumpHeaderCode()
- dumpHeaderCode
- in file styles.inc.php, method CustomStyleSheet::dumpHeaderCode()
- dumpHeaderCode
- in file controls.inc.php, method Control::dumpHeaderCode()
Dumps the component header code.
- dumpHeaderCode
- in file dbgrids.inc.php, method DBGrid::dumpHeaderCode()
- dumpHeaderCode
- in file extctrls.inc.php, method Shape::dumpHeaderCode()
- dumpHeaderCode
- in file stdctrls.inc.php, method DWidget::dumpHeaderCode()
- dumpHeaderCode
- in file stdctrls.inc.php, method QWidget::dumpHeaderCode()
- dumpHeaderCode
- in file classes.inc.php, method Component::dumpHeaderCode()
Dumps header code required
- dumpHeaderCode
- in file menus.inc.php, method CustomMainMenu::dumpHeaderCode()
- dumpHeaderCode
- in file clock.inc.php, method Clock::dumpHeaderCode()
- dumpHeaderCode
- in file menus.inc.php, method CustomPopupMenu::dumpHeaderCode()
- dumpHeaderCode
- in file chart.inc.php, method SimpleChart::dumpHeaderCode()
- dumpHeaderCode
- in file extctrls.inc.php, method PaintBox::dumpHeaderCode()
- dumpHeaderJavascript
- in file forms.inc.php, method Page::dumpHeaderJavascript()
This method is used internally by the Page component to dump all javascript must be located at the header.
- dumpHiddenKeyFields
- in file interbase.inc.php, method CustomIBTable::dumpHiddenKeyFields()
- dumpHiddenKeyFields
- in file mysql.inc.php, method CustomMySQLTable::dumpHiddenKeyFields()
- dumpHiddenKeyFields
- in file oracle.inc.php, method CustomOracleTable::dumpHiddenKeyFields()
- dumpHiddenKeyFields
- in file classes.inc.php, method Component::dumpHiddenKeyFields()
Dumps hidden field values for the key record
- dumpHiddenKeyFields
- in file dbtables.inc.php, method CustomTable::dumpHiddenKeyFields()
Dump hidden html fields with the key fields of this dataset
- dumpHorizontalFrames
- in file forms.inc.php, method Frameset::dumpHorizontalFrames()
Dump the frames inside the frameset that are aligned to alLeft or alRight
- dumpItem
- in file comctrls.inc.php, method CustomTreeView::dumpItem()
Dumps a tree node and its sub-nodes.
- dumpJavascript
- in file stdctrls.inc.php, method RadioButton::dumpJavascript()
- dumpJavascript
- in file extctrls.inc.php, method Timer::dumpJavascript()
- dumpJavascript
- in file comctrls.inc.php, method CustomTreeView::dumpJavascript()
- dumpJavascript
- in file extctrls.inc.php, method Image::dumpJavascript()
Write the Javascript section to the header
- dumpJavascript
- in file checklst.inc.php, method CustomCheckListBox::dumpJavascript()
- dumpJavascript
- in file forms.inc.php, method Frame::dumpJavascript()
- dumpJavascript
- in file extctrls.inc.php, method CustomRadioGroup::dumpJavascript()
- dumpJavascript
- in file forms.inc.php, method Frameset::dumpJavascript()
- dumpJavascript
- in file comctrls.inc.php, method CustomListView::dumpJavascript()
- dumpJavascript
- in file forms.inc.php, method Window::dumpJavascript()
- dumpJavascript
- in file classes.inc.php, method Component::dumpJavascript()
Dumps the javascript code needed by this component
- dumpJavascript
- in file stdctrls.inc.php, method CustomMemo::dumpJavascript()
- dumpJavascript
- in file controls.inc.php, method Control::dumpJavascript()
Dumps all required javascript code for the component.
- dumpJavascript
- in file stdctrls.inc.php, method CustomEdit::dumpJavascript()
- dumpJavascript
- in file stdctrls.inc.php, method CustomLabel::dumpJavascript()
- dumpJavascript
- in file stdctrls.inc.php, method CustomListBox::dumpJavascript()
- dumpJavascript
- in file stdctrls.inc.php, method ButtonControl::dumpJavascript()
- dumpJavascript
- in file buttons.inc.php, method BitBtn::dumpJavascript()
- dumpJavascript
- in file chart.inc.php, method SimpleChart::dumpJavascript()
- dumpJavascript
- in file extctrls.inc.php, method PaintBox::dumpJavascript()
- dumpJavascript
- in file extctrls.inc.php, method MapShape::dumpJavascript()
- dumpJavascript
- in file menus.inc.php, method CustomPopupMenu::dumpJavascript()
- dumpJSEvent
- in file classes.inc.php, method Component::dumpJSEvent()
Dumps javascript code for an event
- dumpJsEvents
- in file comctrls.inc.php, method CustomTreeView::dumpJsEvents()
- dumpJsEvents
- in file comctrls.inc.php, method TrackBar::dumpJsEvents()
- dumpJsEvents
- in file comctrls.inc.php, method MonthCalendar::dumpJsEvents()
- dumpJsEvents
- in file controls.inc.php, method Control::dumpJsEvents()
Dumps all assigned javascript events code.
- dumpJsEvents
- in file comctrls.inc.php, method CustomTextField::dumpJsEvents()
- dumpJsEvents
- in file dbgrids.inc.php, method DBGrid::dumpJsEvents()
Dump Javascript events
- dumpJsEvents
- in file comctrls.inc.php, method CustomListView::dumpJsEvents()
- dumpJsEvents
- in file forms.inc.php, method Page::dumpJsEvents()
- dumpJsEvents
- in file clock.inc.php, method Clock::dumpJsEvents()
- dumpJsEvents
- in file forms.inc.php, method Window::dumpJsEvents()
- dumpLayoutContents
- in file graphics.inc.php, method Layout::dumpLayoutContents()
Dump the layout contents depending on the layout type.
- dumpMenuItems
- in file menus.inc.php, method CustomMainMenu::dumpMenuItems()
Dump all menu items
- dumpRELLayout
- in file graphics.inc.php, method Layout::dumpRELLayout()
Dump a fixed coordinate layout using relative coordinates
- dumpRow
- in file comctrls.inc.php, method CustomTreeView::dumpRow()
Dumps the first row for the items
- dumpRowLayout
- in file graphics.inc.php, method Layout::dumpRowLayout()
Dump a row layout
- dumpRPC
- in file dbgrids.inc.php, method DBGrid::dumpRPC()
Dump javascript code to attach the updateRow method to the grid using ajax
- dumpTemplate
- in file smartytemplate.inc.php, method SmartyTemplate::dumpTemplate()
- dumpTemplate
- in file templateplugins.inc.php, method PageTemplate::dumpTemplate()
Called to dump the parsed Template to the output stream
- dumpTopButtons
- in file menus.inc.php, method CustomMainMenu::dumpTopButtons()
Dump the top items
- dumpUsingTemplate
- in file forms.inc.php, method Page::dumpUsingTemplate()
Dump the page using a template, it doesn't generate an HTML page.
- dumpXYLayout
- in file graphics.inc.php, method Layout::dumpXYLayout()
Dump a fixed coordinate layout using tables
- DWidget
- in file stdctrls.inc.php, class DWidget
Base class for DynAPI widgets
top
e
- EAbort
- in file rtl.inc.php, class EAbort
EAbort is the exception class for errors that should not display an error message.
- EAssignError
- in file classes.inc.php, class EAssignError
Exception thrown when trying to assign an object to another
- ecLowerCase
- in file stdctrls.inc.php, constant ecLowerCase
- ecNormal
- in file stdctrls.inc.php, constant ecNormal
- ECollectionError
- in file classes.inc.php, class ECollectionError
Exception thrown for Collection errors
- ecUpperCase
- in file stdctrls.inc.php, constant ecUpperCase
- EDatabaseError
- in file db.inc.php, class EDatabaseError
Exception for a DatabaseError
- Edit
- in file stdctrls.inc.php, class Edit
Use an Edit object to put a standard HTML edit control on a form. Edit controls are used to retrieve text that users type. Edit controls can also display text to the user.
- edit
- in file db.inc.php, method DataSet::edit()
Enables editing of data in the dataset.
- ellipse
- in file graphics.inc.php, method Canvas::ellipse()
Draws the ellipse defined by a bounding rectangle on the canvas.
- EnableControls
- in file db.inc.php, method DataSet::EnableControls()
Enable controls attached to the datasource
- ENameDuplicated
- in file classes.inc.php, class ENameDuplicated
Exception thrown when a component has the same name on the same owner
- endCache
- in file controls.inc.php, method Control::endCache()
- endCache
- in file cache.inc.php, method Cache::endCache()
Finish the caching process
- endDraw
- in file graphics.inc.php, method Canvas::endDraw()
Ends draw cycle.
- endform
- in file smartytemplate.inc.php, method SmartyTemplate::endform()
This method calls the EndForm property of the Page and return its value
- endInsertAppend
- in file db.inc.php, method DataSet::endInsertAppend()
Finishes an insert/append operation
- endUpdate
- in file graphics.inc.php, method Font::endUpdate()
Re-enables the notification mechanism to the control.
- endUpdateProperties
- in file buttons.inc.php, method SpeedButton::endUpdateProperties()
Decrements a counter used to allow all up, this is an internal function and it's not meant to be used to develop applications.
- EPropertyNotFound
- in file system.inc.php, class EPropertyNotFound
Exception thrown when trying to access a property not defined
- EResNotFound
- in file classes.inc.php, class EResNotFound
Exception thrown when a resource is not found on an xml stream
- errorMessage
- in file stdctrls.inc.php, method CustomUpload::errorMessage()
Returns the error message the upload process caused, empty string if no error
- exception_handler
- in file classes.inc.php, function exception_handler()
Common exception handler for VCL for PHP applications.
- ExecStoredProc
- in file oracle.inc.php, method CustomOracleStoredProc::ExecStoredProc()
- execute
- in file oracle.inc.php, method OracleDatabase::execute()
Executes a query on the database
- execute
- in file mysql.inc.php, method MySQLDatabase::execute()
Executes a query on the database
- execute
- in file interbase.inc.php, method IBDatabase::execute()
Executes a query
- Execute
- in file designide.inc.php, method PropertyEditor::Execute()
Executes the property editor
- execute
- in file dbtables.inc.php, method Database::execute()
Executes a query
- Execute
- in file designide.inc.php, method HTMLPropertyEditor::Execute()
- Execute
- in file dbtables.inc.php, method StoredProc::Execute()
Executes the stored procedure, and checks if it returns a result set or not to use one method or another
- Execute
- in file designide.inc.php, method ArrayPropertyEditor::Execute()
- Execute
- in file auth.inc.php, method BasicAuthentication::Execute()
Executes the authentication and checks if the user has been authenticated or not.
- Execute
- in file designide.inc.php, method ImagePropertyEditor::Execute()
- Execute
- in file designide.inc.php, method StringListPropertyEditor::Execute()
- Execute
- in file designide.inc.php, method ItemsPropertyEditor::Execute()
- Execute
- in file designide.inc.php, method ColorPropertyEditor::Execute()
- executeAction
- in file actnlist.inc.php, method ActionList::executeAction()
Forces a call to the OnExecute event, if attached and if the action to be called exists on the Actions array
- executecursor
- in file oracle.inc.php, method OracleDatabase::executecursor()
- executelimit
- in file mysql.inc.php, method MySQLDatabase::executelimit()
Executes a limited query on the database
- executelimit
- in file dbtables.inc.php, method Database::executelimit()
Executes a limited query
- executelimit
- in file oracle.inc.php, method OracleDatabase::executelimit()
Executes a limited query on the database
- executelimit
- in file interbase.inc.php, method IBDatabase::executelimit()
Executes a limited query on the database
- ExecuteSelectLimit
- in file oracle.inc.php, method OracleDatabase::ExecuteSelectLimit()
- executeVerb
- in file designide.inc.php, method ComponentEditor::executeVerb()
Depending on the verb, perform any action you want
- executeVerb
- in file designide.inc.php, method DatabaseEditor::executeVerb()
- expandActionToURL
- in file actnlist.inc.php, method ActionList::expandActionToURL()
Adds an action to the URL sent
- extctrls.inc.php
- procedural page extctrls.inc.php
- extractIndexes
- in file interbase.inc.php, method IBDatabase::extractIndexes()
Return indexes for a table
- extractIndexes
- in file oracle.inc.php, method OracleDatabase::extractIndexes()
Return indexes for a table
- extractIndexes
- in file mysql.inc.php, method MySQLDatabase::extractIndexes()
Return indexes for a table
- extractIndexes
- in file dbtables.inc.php, method Database::extractIndexes()
Return indexes for a table
- extractjscript
- in file rtl.inc.php, function extractjscript()
Extracts the javascript code from an html document
top
f
- $fieldbuffer
- in file db.inc.php, variable DataSet::$fieldbuffer
Buffer to hold values for searching/filtering
- $filter
- in file system.inc.php, variable InputParam::$filter
- $filter_extension
- in file system.inc.php, variable InputParam::$filter_extension
- $firstrows
- in file oracle.inc.php, variable OracleDatabase::$firstrows
- fbDefault
- in file forms.inc.php, constant fbDefault
- fbNo
- in file forms.inc.php, constant fbNo
- fbYes
- in file forms.inc.php, constant fbYes
- fetchFileData
- in file stdctrls.inc.php, method CustomUpload::fetchFileData()
Sets filename and types uploaded by this component
- Field
- in file db.inc.php, class Field
Encapsulates a table field
- fieldget
- in file interbase.inc.php, method IBDataSet::fieldget()
Returns the value of a field on the dataset
- fieldget
- in file mysql.inc.php, method MySQLDataSet::fieldget()
Returns the value of a field on the dataset
- fieldget
- in file dbtables.inc.php, method DBDataSet::fieldget()
Returns the value of a field on the dataset
- fieldget
- in file oracle.inc.php, method OracleDataSet::fieldget()
Returns the value of a field on the dataset
- fieldset
- in file interbase.inc.php, method IBDataSet::fieldset()
Sets the value of a field on the dataset
- fieldset
- in file dbtables.inc.php, method DBDataSet::fieldset()
Sets the value of a field on the dataset
- fieldset
- in file oracle.inc.php, method OracleDataSet::fieldset()
Sets the value of a field on the dataset
- fieldset
- in file mysql.inc.php, method MySQLDataSet::fieldset()
Sets the value of a field on the dataset
- Filer
- in file classes.inc.php, class Filer
A base class that reads/writes components from/to an xml stream
- fillDummyValues
- in file chart.inc.php, method SimpleChart::fillDummyValues()
Calls fillDummyValues() to fill the chart with some dummy values.
- fillRect
- in file graphics.inc.php, method Canvas::fillRect()
Fills the specified rectangle on the canvas using the current brush.
- filterSet
- in file classes.inc.php, function filterSet()
Helper function to filter the array of methods for an specific component, not to be called directly
- findNodeWithItemID
- in file comctrls.inc.php, method TreeNode::findNodeWithItemID()
This function is used to find a TreeNode object with the ItemID property.
- findNodeWithItemID
- in file comctrls.inc.php, method CustomTreeView::findNodeWithItemID()
This function is used to find a TreeNode object with the ItemID property.
- first
- in file db.inc.php, method DataSet::first()
Moves to the first record in the dataset.
- fixupProperty
- in file classes.inc.php, method Component::fixupProperty()
Resolves the right reference to an object property
- FlashObject
- in file extctrls.inc.php, class FlashObject
A class to encapsulate a Flash animation.
- FLOW_LAYOUT
- in file graphics.inc.php, constant FLOW_LAYOUT
- FocusControl
- in file controls.inc.php, class FocusControl
Base class for controls with input focus.
- Font
- in file graphics.inc.php, class Font
Font encapsulates all properties required to represent a font on the browser.
- forceBrush
- in file graphics.inc.php, method Canvas::forceBrush()
Intermal method
- forceFont
- in file graphics.inc.php, method Canvas::forceFont()
Intermal method
- forcePen
- in file graphics.inc.php, method Canvas::forcePen()
Intermal method
- forms.inc.php
- procedural page forms.inc.php
- fqAutoHigh
- in file extctrls.inc.php, constant fqAutoHigh
- fqAutoLow
- in file extctrls.inc.php, constant fqAutoLow
- fqBest
- in file extctrls.inc.php, constant fqBest
- fqHigh
- in file extctrls.inc.php, constant fqHigh
- fqLow
- in file extctrls.inc.php, constant fqLow
- fqMedium
- in file extctrls.inc.php, constant fqMedium
- Frame
- in file forms.inc.php, class Frame
A frame represents a view of a document embedded into a parent document
- FrameJSEvents
- in file forms.inc.php, method Frame::FrameJSEvents()
Returns the defined JS events for the frame. You don't need to call this
- frameRect
- in file graphics.inc.php, method Canvas::frameRect()
Draws a rectangle using the Brush of the canvas to draw the border.
- Frameset
- in file forms.inc.php, class Frameset
A class to encapsulate a frame set and generate frames.
- fsAuto
- in file forms.inc.php, constant fsAuto
- fsItalic
- in file graphics.inc.php, constant fsItalic
- fsNo
- in file forms.inc.php, constant fsNo
- fsNormal
- in file graphics.inc.php, constant fsNormal
- fsOblique
- in file graphics.inc.php, constant fsOblique
- fsYes
- in file forms.inc.php, constant fsYes
top
g
- generateAjaxEvent
- in file classes.inc.php, method Component::generateAjaxEvent()
Returns the javascript code to generate an ajax call.
- getAccept
- in file stdctrls.inc.php, method Upload::getAccept()
- getAction
- in file buttons.inc.php, method BitBtn::getAction()
Reserved for future use
- getAction
- in file stdctrls.inc.php, method Button::getAction()
Reserved for future use
- getAction
- in file forms.inc.php, method Page::getAction()
This property allows you to override the action parameter for the form that is generated by the Page component.
- getActions
- in file actnlist.inc.php, method ActionList::getActions()
Array holding all the actions in the list.
- getActive
- in file mysql.inc.php, method MySQLQuery::getActive()
- getActive
- in file extctrls.inc.php, method FlashObject::getActive()
- getActive
- in file mysql.inc.php, method MySQLStoredProc::getActive()
- getActive
- in file interbase.inc.php, method IBQuery::getActive()
- getActive
- in file interbase.inc.php, method IBStoredProc::getActive()
- getActive
- in file interbase.inc.php, method IBTable::getActive()
- getActive
- in file dbtables.inc.php, method StoredProc::getActive()
- getActive
- in file dbtables.inc.php, method Query::getActive()
- getActive
- in file mysql.inc.php, method MySQLTable::getActive()
- getActive
- in file oracle.inc.php, method OracleTable::getActive()
- getActive
- in file oracle.inc.php, method OracleStoredProc::getActive()
- getActive
- in file dbtables.inc.php, method Table::getActive()
- getActive
- in file oracle.inc.php, method OracleQuery::getActive()
- getActive
- in file webservices.inc.php, method Service::getActive()
Specifies if the webservice is active or not.
- getActiveLayer
- in file comctrls.inc.php, method CustomPageControl::getActiveLayer()
This getter is overriden to sync the layers with the tabs
- getActiveLayer
- in file extctrls.inc.php, method CustomPanel::getActiveLayer()
Specifies the Layer this panel has active, only controls with their Layer property set to ActiveLayer, are shown
- getAlarm
- in file clock.inc.php, method Clock::getAlarm()
Specifies the alarm time for the clock to fire the OnAlarm event
- getAlign
- in file forms.inc.php, method Frame::getAlign()
- getAlign
- in file forms.inc.php, method Frameset::getAlign()
- getAlign
- in file graphics.inc.php, method Font::getAlign()
Specifies the alignment to be used for this font
- getAlignment
- in file checklst.inc.php, method CheckListBox::getAlignment()
- getAlignment
- in file stdctrls.inc.php, method RadioButton::getAlignment()
- getAlignment
- in file menus.inc.php, method MainMenu::getAlignment()
- getAlignment
- in file extctrls.inc.php, method Panel::getAlignment()
- getAlignment
- in file stdctrls.inc.php, method Label::getAlignment()
- getAlignment
- in file forms.inc.php, method Page::getAlignment()
- getAlignment
- in file extctrls.inc.php, method RadioGroup::getAlignment()
- getAlignment
- in file extctrls.inc.php, method GroupBox::getAlignment()
- getAlignment
- in file stdctrls.inc.php, method CheckBox::getAlignment()
- getAlignment
- in file comctrls.inc.php, method UpDown::getAlignment()
- getAlignment
- in file extctrls.inc.php, method ButtonView::getAlignment()
- getAllowAllUp
- in file buttons.inc.php, method SpeedButton::getAllowAllUp()
Specifies whether all speed buttons in the group that contains this speed button can be unselected at the same time.
- getArrayOfRecordNumbers
- in file dbctrls.inc.php, method DBPaginator::getArrayOfRecordNumbers()
Returns an array with all record numbers to display.
- getAsSpecialChars
- in file stdctrls.inc.php, method CustomMemo::getAsSpecialChars()
If true, this property makes the memo to process text as special chars.
- getAttributes
- in file designide.inc.php, method PropertyEditor::getAttributes()
Return specific attributes for the OI
- getAttributes
- in file designide.inc.php, method ItemsPropertyEditor::getAttributes()
- getAttributes
- in file designide.inc.php, method ColorPropertyEditor::getAttributes()
- getAttributes
- in file designide.inc.php, method HTMLPropertyEditor::getAttributes()
- getAttributes
- in file designide.inc.php, method ImagePropertyEditor::getAttributes()
- getAttributes
- in file designide.inc.php, method StringListPropertyEditor::getAttributes()
- getAttributes
- in file designide.inc.php, method ArrayPropertyEditor::getAttributes()
- getAutosize
- in file extctrls.inc.php, method Image::getAutosize()
If Autosize is true the control takes over the size of the image.
- getAutosize
- in file stdctrls.inc.php, method Label::getAutosize()
- getBackground
- in file extctrls.inc.php, method Panel::getBackground()
- getBackground
- in file forms.inc.php, method Page::getBackground()
Specifies the background to be used when generating the HTML document.
- getBackgroundPosition
- in file extctrls.inc.php, method Panel::getBackgroundPosition()
- getBackgroundRepeat
- in file extctrls.inc.php, method Panel::getBackgroundRepeat()
- getBevelStyle
- in file extctrls.inc.php, method Bevel::getBevelStyle()
Determines whether the bevel appears raised or lowered.
- getBinary
- in file extctrls.inc.php, method Image::getBinary()
Specifies if the information to show is binary or an url
- getBinaryType
- in file extctrls.inc.php, method Image::getBinaryType()
Specifies the type of binary information this component is going to dump
- getBorder
- in file extctrls.inc.php, method Image::getBorder()
Adds a border around the image if true.
- getBorderColor
- in file checklst.inc.php, method CheckListBox::getBorderColor()
- getBorderColor
- in file extctrls.inc.php, method Panel::getBorderColor()
- getBorderColor
- in file extctrls.inc.php, method Image::getBorderColor()
Color of the border, only has an affect if Border is set to true.
- getBorders
- in file forms.inc.php, method Frame::getBorders()
Specifies whether or not to display a border around the frame
- getBorderStyle
- in file stdctrls.inc.php, method Upload::getBorderStyle()
- getBorderStyle
- in file comctrls.inc.php, method TextField::getBorderStyle()
- getBorderStyle
- in file stdctrls.inc.php, method ComboBox::getBorderStyle()
- getBorderStyle
- in file checklst.inc.php, method CheckListBox::getBorderStyle()
- getBorderStyle
- in file stdctrls.inc.php, method Memo::getBorderStyle()
- getBorderStyle
- in file stdctrls.inc.php, method Edit::getBorderStyle()
- getBorderStyle
- in file stdctrls.inc.php, method ListBox::getBorderStyle()
- getBorderStyle
- in file comctrls.inc.php, method UpDown::getBorderStyle()
- getBorderStyle
- in file comctrls.inc.php, method LabeledEdit::getBorderStyle()
- getBorderWidth
- in file checklst.inc.php, method CheckListBox::getBorderWidth()
- getBorderWidth
- in file forms.inc.php, method Page::getBorderWidth()
The BorderWidth property sets the width of all four borders of the page.
- getBorderWidth
- in file extctrls.inc.php, method Panel::getBorderWidth()
- getBorderWidth
- in file forms.inc.php, method Frameset::getBorderWidth()
Width of the left, right, top, and bottom borders of the object.
- getBottomMargin
- in file forms.inc.php, method Page::getBottomMargin()
Sets or retrieves the height of the bottom margin of the object.
- getBrush
- in file extctrls.inc.php, method Shape::getBrush()
Specifies the color and pattern used for filling the shape control, checkout Brush class to know which subproperties you can use
- getBrush
- in file graphics.inc.php, method Canvas::getBrush()
Determines the color and pattern for filling graphical shapes and backgrounds.
- getButtonLayout
- in file buttons.inc.php, method BitBtn::getButtonLayout()
Specifies the position where the image appears on the bitmap button.
- getButtonType
- in file buttons.inc.php, method BitBtn::getButtonType()
Determines the type of button you want to create, this type determines also some built-in functions for buttons inside HTML forms.
- getButtonType
- in file stdctrls.inc.php, method Button::getButtonType()
Determines the type of button you want to create, this type determines also some built-in functions for buttons inside HTML forms.
- getCache
- in file forms.inc.php, method Page::getCache()
- getCached
- in file controls.inc.php, method Control::getCached()
- getCaption
- in file stdctrls.inc.php, method Button::getCaption()
- getCaption
- in file comctrls.inc.php, method DateTimePicker::getCaption()
- getCaption
- in file stdctrls.inc.php, method CheckBox::getCaption()
- getCaption
- in file comctrls.inc.php, method SubLabel::getCaption()
Specifies the caption used in the label
- getCaption
- in file comctrls.inc.php, method TreeNode::getCaption()
Caption to be shown on the node.
- getCaption
- in file extctrls.inc.php, method ButtonView::getCaption()
- getCaption
- in file extctrls.inc.php, method GroupBox::getCaption()
- getCaption
- in file extctrls.inc.php, method Panel::getCaption()
- getCaption
- in file forms.inc.php, method Window::getCaption()
- getCaption
- in file forms.inc.php, method Page::getCaption()
- getCaption
- in file comctrls.inc.php, method ListItem::getCaption()
Caption is the text shown in the first column of the row.
- getCaption
- in file comctrls.inc.php, method ListColumn::getCaption()
Caption of the column. It defines the text that appears on to of the column.
- getCaption
- in file stdctrls.inc.php, method RadioButton::getCaption()
- getCaption
- in file stdctrls.inc.php, method Label::getCaption()
- getCaption
- in file buttons.inc.php, method BitBtn::getCaption()
- getCaptionFirst
- in file dbctrls.inc.php, method DBPaginator::getCaptionFirst()
Caption of "First" link. Clicking on this link will show the first record of the datasource.
- getCaptionLast
- in file dbctrls.inc.php, method DBPaginator::getCaptionLast()
Caption of "Last" link. Clicking on this link will show the last record of the datasource.
- getCaptionNext
- in file dbctrls.inc.php, method DBPaginator::getCaptionNext()
Caption of "Next" link. Clicking on this link will show the next record in regard to the current record of the datasource.
- getCaptionPrevious
- in file dbctrls.inc.php, method DBPaginator::getCaptionPrevious()
Caption of "Prev" link. Clicking on this link will show the previous record in regard to the current record of the datasource.
- getCase
- in file graphics.inc.php, method Font::getCase()
Case conversion to be used to render this font, it allows you to set a modifier to the case the user will see without affecting the information
- getCellRenderType
- in file comctrls.inc.php, method ListColumn::getCellRenderType()
The CellRenderType defines how the cells for a specific column are rendered.
- getCenter
- in file extctrls.inc.php, method Image::getCenter()
Indicates whether the image is centered in the image control.
- getCharCase
- in file comctrls.inc.php, method LabeledEdit::getCharCase()
- getCharCase
- in file stdctrls.inc.php, method Edit::getCharCase()
- getCharCase
- in file comctrls.inc.php, method TextField::getCharCase()
- getCharset
- in file dbtables.inc.php, method Database::getCharset()
Determines the character set to be used when opening a connection
- getCharset
- in file interbase.inc.php, method IBDatabase::getCharset()
- getCharset
- in file oracle.inc.php, method OracleDatabase::getCharset()
- getChartType
- in file chart.inc.php, method SimpleChart::getChartType()
This property determines the type of Chart to display
- getChecked
- in file stdctrls.inc.php, method CheckBox::getChecked()
- getChecked
- in file stdctrls.inc.php, method RadioButton::getChecked()
- getChecked
- in file checklst.inc.php, method CustomCheckListBox::getChecked()
Array property which specifies which items are checked or not
- getColor
- in file stdctrls.inc.php, method Label::getColor()
- getColor
- in file stdctrls.inc.php, method Edit::getColor()
- getColor
- in file dbctrls.inc.php, method DBPaginator::getColor()
- getColor
- in file stdctrls.inc.php, method ComboBox::getColor()
- getColor
- in file stdctrls.inc.php, method CheckBox::getColor()
- getColor
- in file graphics.inc.php, method Pen::getColor()
Determines the color used to draw lines on the canvas.
- getColor
- in file comctrls.inc.php, method ListView::getColor()
- getColor
- in file checklst.inc.php, method CheckListBox::getColor()
- getColor
- in file stdctrls.inc.php, method ListBox::getColor()
- getColor
- in file extctrls.inc.php, method FlashObject::getColor()
- getColor
- in file extctrls.inc.php, method GroupBox::getColor()
- getColor
- in file extctrls.inc.php, method ButtonView::getColor()
- getColor
- in file buttons.inc.php, method BitBtn::getColor()
- getColor
- in file stdctrls.inc.php, method Upload::getColor()
- getColor
- in file stdctrls.inc.php, method RadioButton::getColor()
- getColor
- in file extctrls.inc.php, method Panel::getColor()
- getColor
- in file forms.inc.php, method Page::getColor()
- getColor
- in file comctrls.inc.php, method RichEdit::getColor()
- getColor
- in file comctrls.inc.php, method TextField::getColor()
- getColor
- in file stdctrls.inc.php, method Memo::getColor()
- getColor
- in file extctrls.inc.php, method RadioGroup::getColor()
- getColor
- in file graphics.inc.php, method Font::getColor()
Color for this font, it should be an HTML valid color, i.e. #FF0000
- getColor
- in file graphics.inc.php, method Brush::getColor()
Indicates the color of the brush.
- getColor
- in file stdctrls.inc.php, method Button::getColor()
- getColor
- in file comctrls.inc.php, method ColorSelector::getColor()
- getColor
- in file comctrls.inc.php, method LabeledEdit::getColor()
- getCols
- in file graphics.inc.php, method Layout::getCols()
Columns for this layout, used in GRIDBAG_LAYOUT and ROW_LAYOUT
- getColumns
- in file extctrls.inc.php, method CustomRadioGroup::getColumns()
Sets the radiogroup layout to use this number of columns.
- getColumns
- in file dbgrids.inc.php, method DBGrid::getColumns()
- getColumns
- in file comctrls.inc.php, method ListView::getColumns()
- getColumns
- in file checklst.inc.php, method CustomCheckListBox::getColumns()
Specifies the number of columns that the list box uses to display its items.
- getCommonAttributes
- in file stdctrls.inc.php, method CustomEdit::getCommonAttributes()
Get the common HTML tag attributes of a Edit control.
- getCommonAttributes
- in file stdctrls.inc.php, method CustomUpload::getCommonAttributes()
Get the common HTML tag attributes of a Upload control.
- getCommonStyles
- in file stdctrls.inc.php, method CustomUpload::getCommonStyles()
Get the common styles of a Edit control.
- getCommonStyles
- in file stdctrls.inc.php, method CustomEdit::getCommonStyles()
Get the common styles of a Edit control.
- getConnected
- in file interbase.inc.php, method IBDatabase::getConnected()
- getConnected
- in file mysql.inc.php, method MySQLDatabase::getConnected()
- getConnected
- in file oracle.inc.php, method OracleDatabase::getConnected()
- getConnected
- in file dbtables.inc.php, method Database::getConnected()
- getCSSFile
- in file pager.inc.php, method Pager::getCSSFile()
Specifies the css file to be used to apply to the control
- getCursor
- in file controls.inc.php, method Control::getCursor()
Change the value of Cursor to provide feedback to the user when the mouse pointer enters the control.
- getCursorName
- in file oracle.inc.php, method OracleStoredProc::getCursorName()
- getData
- in file comctrls.inc.php, method ListItem::getData()
Specifies any application-specific data associated with the list item.
- getDatabase
- in file dbtables.inc.php, method StoredProc::getDatabase()
- getDatabase
- in file oracle.inc.php, method OracleStoredProc::getDatabase()
- getDatabase
- in file mysql.inc.php, method MySQLStoredProc::getDatabase()
- getDatabase
- in file oracle.inc.php, method OracleQuery::getDatabase()
- getDatabase
- in file mysql.inc.php, method MySQLQuery::getDatabase()
- getDatabase
- in file interbase.inc.php, method IBQuery::getDatabase()
- getDatabase
- in file business.inc.php, method BusinessObject::getDatabase()
Use this property to specify the database component to represent
- getDatabase
- in file oracle.inc.php, method OracleTable::getDatabase()
- getDatabase
- in file dbtables.inc.php, method Query::getDatabase()
- getDatabase
- in file dbtables.inc.php, method Table::getDatabase()
- getDatabase
- in file interbase.inc.php, method IBStoredProc::getDatabase()
- getDatabase
- in file interbase.inc.php, method IBTable::getDatabase()
- getDatabase
- in file mysql.inc.php, method MySQLTable::getDatabase()
- getDatabaseName
- in file auth.inc.php, method DatabaseUser::getDatabaseName()
Name of the database that holds the table to use to authenticate users
- getDatabaseName
- in file mysql.inc.php, method MySQLDatabase::getDatabaseName()
Specifies the name of the database to associate with this database component.
- getDatabaseName
- in file oracle.inc.php, method OracleDatabase::getDatabaseName()
Specifies the name of the database to associate with this database component.
- getDatabaseName
- in file interbase.inc.php, method IBDatabase::getDatabaseName()
Specifies the name of the database to associate with this database component.
- getDatabaseName
- in file dbtables.inc.php, method Database::getDatabaseName()
Specifies the name of the database you want to access
- getDataField
- in file comctrls.inc.php, method LabeledEdit::getDataField()
- getDataField
- in file stdctrls.inc.php, method CheckBox::getDataField()
- getDataField
- in file stdctrls.inc.php, method ListBox::getDataField()
- getDataField
- in file comctrls.inc.php, method RichEdit::getDataField()
- getDataField
- in file comctrls.inc.php, method TextField::getDataField()
- getDataField
- in file comctrls.inc.php, method UpDown::getDataField()
- getDataField
- in file extctrls.inc.php, method Image::getDataField()
DataField is the fieldname to be attached to the control.
- getDataField
- in file stdctrls.inc.php, method RadioButton::getDataField()
- getDataField
- in file stdctrls.inc.php, method Button::getDataField()
- getDataField
- in file stdctrls.inc.php, method ComboBox::getDataField()
- getDataField
- in file extctrls.inc.php, method RadioGroup::getDataField()
- getDataField
- in file stdctrls.inc.php, method Memo::getDataField()
- getDataField
- in file stdctrls.inc.php, method Edit::getDataField()
- getDataField
- in file stdctrls.inc.php, method Label::getDataField()
- getDataSet
- in file db.inc.php, method Datasource::getDataSet()
Specifies the dataset for which the data source component serves as a conduit to data-aware controls or other datasets.
- getDataSource
- in file stdctrls.inc.php, method Label::getDataSource()
- getDataSource
- in file dbctrls.inc.php, method DBRepeater::getDataSource()
DataSource property allows you to link this control to a dataset containing rows of data.
- getDataSource
- in file extctrls.inc.php, method RadioGroup::getDataSource()
- getDataSource
- in file stdctrls.inc.php, method RadioButton::getDataSource()
- getDataSource
- in file dbgrids.inc.php, method DBGrid::getDataSource()
DataSource property allows you to link this control to a dataset containing rows of data.
- getDataSource
- in file comctrls.inc.php, method UpDown::getDataSource()
- getDataSource
- in file stdctrls.inc.php, method ComboBox::getDataSource()
- getDataSource
- in file dbctrls.inc.php, method DBIteratorBegin::getDataSource()
DataSource property allows you to link this control to a dataset containing rows of data.
- getDataSource
- in file extctrls.inc.php, method Image::getDataSource()
DataSource property allows you to link this control to a dataset containing rows of data.
- getDataSource
- in file stdctrls.inc.php, method ListBox::getDataSource()
- getDataSource
- in file comctrls.inc.php, method TextField::getDataSource()
- getDataSource
- in file stdctrls.inc.php, method Memo::getDataSource()
- getDataSource
- in file stdctrls.inc.php, method CheckBox::getDataSource()
- getDataSource
- in file stdctrls.inc.php, method Button::getDataSource()
- getDataSource
- in file comctrls.inc.php, method RichEdit::getDataSource()
- getDataSource
- in file comctrls.inc.php, method LabeledEdit::getDataSource()
- getDataSource
- in file pager.inc.php, method Pager::getDataSource()
DataSource property allows you to link this control to a dataset containing rows of data.
- getDataSource
- in file stdctrls.inc.php, method Edit::getDataSource()
- getDataSource
- in file dbctrls.inc.php, method DBPaginator::getDataSource()
DataSource property allows you to link this control to a dataset containing rows of data.
- getDate
- in file comctrls.inc.php, method MonthCalendar::getDate()
Specifies the date the component is going to show or the date the user selected.
- getDateFormat
- in file comctrls.inc.php, method MonthCalendar::getDateFormat()
Specifies the format for the date
- getDebug
- in file mysql.inc.php, method MySQLDatabase::getDebug()
Sets the debug information provided by the component.
- getDebug
- in file interbase.inc.php, method IBDatabase::getDebug()
Sets the debug information provided by the component.
- getDebug
- in file oracle.inc.php, method OracleDatabase::getDebug()
Sets the debug information provided by the component.
- getDebug
- in file dbtables.inc.php, method Database::getDebug()
Specifies if the database is in debug mode or not
- getDefault
- in file stdctrls.inc.php, method Button::getDefault()
Determines whether the button's OnClick event handler executes when the Enter key is pressed.
- getDeleteLink
- in file dbgrids.inc.php, method CustomDBGrid::getDeleteLink()
If true, each record will show a delete link to allow the user delete that record
- getDesignColor
- in file stdctrls.inc.php, method Label::getDesignColor()
- getDesignTotalRecords
- in file pager.inc.php, method Pager::getDesignTotalRecords()
Set the maximum number of records for the pager
- getDialect
- in file oracle.inc.php, method OracleDatabase::getDialect()
Specifies the dialect to be used when connecting to the server
- getDialect
- in file mysql.inc.php, method MySQLDatabase::getDialect()
Specifies the dialect to be used when connecting to the server
- getDialect
- in file interbase.inc.php, method IBDatabase::getDialect()
Specifies the dialect to be used when connecting to the server
- getDictionary
- in file dbtables.inc.php, method Database::getDictionary()
Specifies the dictionary table you want to use
- getDictionary
- in file oracle.inc.php, method OracleDatabase::getDictionary()
Specifies the tablename on this database that holds dictionary information
- getDictionary
- in file mysql.inc.php, method MySQLDatabase::getDictionary()
Specifies the tablename on this database that holds dictionary information
- getDictionary
- in file interbase.inc.php, method IBDatabase::getDictionary()
Specifies the tablename on this database that holds dictionary information
- getDirectionality
- in file forms.inc.php, method Page::getDirectionality()
Set the text directionality of the page
- getDisplayLabel
- in file db.inc.php, method Field::getDisplayLabel()
Contains the text to display in the corresponding column heading of a data grid.
- getDivWrap
- in file stdctrls.inc.php, method Label::getDivWrap()
- getDocType
- in file forms.inc.php, method Page::getDocType()
Specifies the doctype to include on the generation of the page.
- getDown
- in file buttons.inc.php, method SpeedButton::getDown()
Specifies whether the button is selected (down) or unselected (up).
- getDriverName
- in file dbtables.inc.php, method Database::getDriverName()
Specifies the type of database you want to access
- getDriverName
- in file auth.inc.php, method DatabaseUser::getDriverName()
Type of database server that stores the table that holds usernames and passwords, it uses a Database component, so the value for this property is the same as the Database::DriverName property
- getDynamic
- in file extctrls.inc.php, method Panel::getDynamic()
- getEditable
- in file comctrls.inc.php, method ListColumn::getEditable()
Defines if the cell in the column are editable.
- getEditLabel
- in file comctrls.inc.php, method LabeledEdit::getEditLabel()
- getEnabled
- in file stdctrls.inc.php, method Button::getEnabled()
- getEnabled
- in file extctrls.inc.php, method RadioGroup::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method RadioButton::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method Memo::getEnabled()
- getEnabled
- in file extctrls.inc.php, method Image::getEnabled()
- getEnabled
- in file comctrls.inc.php, method LabeledEdit::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method ComboBox::getEnabled()
- getEnabled
- in file checklst.inc.php, method CheckListBox::getEnabled()
- getEnabled
- in file buttons.inc.php, method BitBtn::getEnabled()
- getEnabled
- in file comctrls.inc.php, method TreeView::getEnabled()
- getEnabled
- in file extctrls.inc.php, method Timer::getEnabled()
Controls whether the timer generates OnTimer events periodically, so you can react to them programatically
- getEnabled
- in file comctrls.inc.php, method PageControl::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method CheckBox::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method Label::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method ScrollBar::getEnabled()
Enabled property specifies if this control is reacting to events
- getEnabled
- in file stdctrls.inc.php, method Edit::getEnabled()
- getEnabled
- in file extctrls.inc.php, method GroupBox::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method ListBox::getEnabled()
- getEnabled
- in file comctrls.inc.php, method TextField::getEnabled()
- getEnabled
- in file stdctrls.inc.php, method Upload::getEnabled()
- getEncoding
- in file forms.inc.php, method Page::getEncoding()
Specifies the encoding to use for the page.
- getEngines
- in file templateplugins.inc.php, method TemplateManager::getEngines()
Return an array of engines
- getErrorMessage
- in file auth.inc.php, method BasicAuthentication::getErrorMessage()
Error message to show when the user is not authenticated, this is the string shown on the browser when the authentication fails
- getExpanded
- in file comctrls.inc.php, method TreeNode::getExpanded()
Specifies whether the tree node is expanded.
- getFamily
- in file graphics.inc.php, method Font::getFamily()
Font list to be used to render this font, this should be an HTML font family specifier
- getFetchQuery
- in file dbtables.inc.php, method StoredProc::getFetchQuery()
Use this property to specify the query to fetch results from the stored procedure call
- getFetchQuery
- in file mysql.inc.php, method MySQLStoredProc::getFetchQuery()
Use this property to specify the query to fetch results from the stored procedure call
- getFieldCaption
- in file oracle.inc.php, method OracleDataSet::getFieldCaption()
- getFieldName
- in file db.inc.php, method Field::getFieldName()
Indicates the name of the physical column in the underlying table or query result to which a field component is bound.
- getFileName
- in file styles.inc.php, method StyleSheet::getFileName()
- getFilter
- in file dbtables.inc.php, method StoredProc::getFilter()
- getFilter
- in file oracle.inc.php, method OracleStoredProc::getFilter()
- getFilter
- in file mysql.inc.php, method MySQLTable::getFilter()
- getFilter
- in file oracle.inc.php, method OracleQuery::getFilter()
- getFilter
- in file dbtables.inc.php, method Query::getFilter()
- getFilter
- in file mysql.inc.php, method MySQLStoredProc::getFilter()
- getFilter
- in file interbase.inc.php, method IBTable::getFilter()
- getFilter
- in file interbase.inc.php, method IBStoredProc::getFilter()
- getFilter
- in file oracle.inc.php, method OracleTable::getFilter()
- getFilter
- in file dbtables.inc.php, method Table::getFilter()
- getFilter
- in file mysql.inc.php, method MySQLQuery::getFilter()
- getFilter
- in file interbase.inc.php, method IBQuery::getFilter()
- getFilterInput
- in file stdctrls.inc.php, method CustomMemo::getFilterInput()
Determines if the control is going to filter input information sent by the user
- getFilterInput
- in file stdctrls.inc.php, method CustomEdit::getFilterInput()
Determines if the control is going to filter input information sent by the user
- getFilterInput
- in file comctrls.inc.php, method CustomTextField::getFilterInput()
Determines if the control is going to filter input information sent by the user
- getFirstDay
- in file comctrls.inc.php, method MonthCalendar::getFirstDay()
Sets which is the first day of the week in the calendar
- getFixedColumns
- in file dbgrids.inc.php, method DBGrid::getFixedColumns()
Specifies the number of columns on the left of the grid that cannot be scrolled.
- getFlat
- in file buttons.inc.php, method SpeedButton::getFlat()
Determines whether the button has a 3D border that provides a raised or lowered look.
- getFont
- in file stdctrls.inc.php, method Upload::getFont()
- getFont
- in file extctrls.inc.php, method ButtonView::getFont()
- getFont
- in file buttons.inc.php, method BitBtn::getFont()
- getFont
- in file forms.inc.php, method Page::getFont()
- getFont
- in file comctrls.inc.php, method RichEdit::getFont()
- getFont
- in file dbctrls.inc.php, method DBPaginator::getFont()
- getFont
- in file comctrls.inc.php, method DateTimePicker::getFont()
- getFont
- in file graphics.inc.php, method Canvas::getFont()
Specifies the font to use when writing text on the image.
- getFont
- in file stdctrls.inc.php, method CheckBox::getFont()
- getFont
- in file pager.inc.php, method Pager::getFont()
- getFont
- in file checklst.inc.php, method CheckListBox::getFont()
- getFont
- in file stdctrls.inc.php, method Edit::getFont()
- getFont
- in file stdctrls.inc.php, method Label::getFont()
- getFont
- in file stdctrls.inc.php, method ListBox::getFont()
- getFont
- in file stdctrls.inc.php, method Memo::getFont()
- getFont
- in file stdctrls.inc.php, method Button::getFont()
- getFont
- in file stdctrls.inc.php, method RadioButton::getFont()
- getFont
- in file extctrls.inc.php, method Panel::getFont()
- getFont
- in file extctrls.inc.php, method RadioGroup::getFont()
- getFont
- in file stdctrls.inc.php, method ComboBox::getFont()
- getFont
- in file comctrls.inc.php, method TextField::getFont()
- getFont
- in file extctrls.inc.php, method GroupBox::getFont()
- getFormatAsDate
- in file stdctrls.inc.php, method Label::getFormatAsDate()
- getFrameBorder
- in file forms.inc.php, method Frameset::getFrameBorder()
This property specifies if the frameset is going to have border and which method is used to draw it.
- getFrameBorder
- in file forms.inc.php, method Page::getFrameBorder()
Specifies the frameborder when the page generates Frames, this value is used only when Frames or Framesets are placed inside the Page
- getFrameSpacing
- in file forms.inc.php, method Frameset::getFrameSpacing()
Specifies the amount of additional space between the frames.
- getFrameSpacing
- in file forms.inc.php, method Page::getFrameSpacing()
Sets or retrieves the amount of additional space between the frames, this value is used only when Frames or Framesets are placed inside the Page.
- getGroup
- in file stdctrls.inc.php, method RadioButton::getGroup()
Group where the RadioButton belongs to.
- getGroupIndex
- in file buttons.inc.php, method SpeedButton::getGroupIndex()
Allows speed buttons to work together as a group.
- getHasAutoInc
- in file dbtables.inc.php, method CustomTable::getHasAutoInc()
- getHeader
- in file checklst.inc.php, method CustomCheckListBox::getHeader()
Defines an array of items taht will be rendered as columns using
- getHeaderBackgroundColor
- in file checklst.inc.php, method CustomCheckListBox::getHeaderBackgroundColor()
Specifies the background color for a header item in the listbox.
- getHeaderColor
- in file checklst.inc.php, method CustomCheckListBox::getHeaderColor()
Specifies the font color for a header item in the list box.
- getHeight
- in file controls.inc.php, method Control::getHeight()
Specifies the vertical size of the control or form in pixels.
- getHidden
- in file stdctrls.inc.php, method ButtonControl::getHidden()
- getHidden
- in file stdctrls.inc.php, method QWidget::getHidden()
- getHint
- in file controls.inc.php, method Control::getHint()
Specifies the text to show in a tooltip when the mouse is over the control for some time.
- getHintAttribute
- in file controls.inc.php, method Control::getHintAttribute()
If control has any Hint, then returns the hint in attribute format for the tag.
- getHost
- in file mysql.inc.php, method MySQLDatabase::getHost()
This properties specifies where to find the server to connect to.
- getHost
- in file oracle.inc.php, method OracleDatabase::getHost()
This properties specifies where to find the server to connect to.
- getHost
- in file dbtables.inc.php, method Database::getHost()
Specifies the host where your database resides
- getHost
- in file interbase.inc.php, method IBDatabase::getHost()
This properties specifies where to find the server to connect to.
- getHost
- in file auth.inc.php, method DatabaseUser::getHost()
Host of the server of the internal Database component to access the table holding username/password combinations
- getIcon
- in file forms.inc.php, method Page::getIcon()
Specifies the icon to be used on the address bar when loading this page and for bookmarks.
- getIconSource
- in file forms.inc.php, method Window::getIconSource()
Specifies the path to the icon used by the window
- getIfFormat
- in file comctrls.inc.php, method DateTimePicker::getIfFormat()
Specifies the input format for the date
- getImageClicked
- in file buttons.inc.php, method BitBtn::getImageClicked()
This image appears when the button is clicked. The Up image reappears when the user releases the mouse button.
- getImageDisabled
- in file buttons.inc.php, method BitBtn::getImageDisabled()
This image usually appears dimmed to indicate that the button can't be selected.
- getImageIndex
- in file comctrls.inc.php, method TreeNode::getImageIndex()
Specifies which image is displayed when a node is in its normal state and is not currently selected.
- getImageList
- in file comctrls.inc.php, method TreeView::getImageList()
- getImageList
- in file extctrls.inc.php, method ButtonView::getImageList()
- getImages
- in file menus.inc.php, method PopupMenu::getImages()
- getImages
- in file menus.inc.php, method CustomMainMenu::getImages()
Lists the images that can appear beside individual menu items.
- getImages
- in file imglist.inc.php, method ImageList::getImages()
Array of images this ImageList hold.
- getImages
- in file comctrls.inc.php, method ToolBar::getImages()
- getImageSource
- in file buttons.inc.php, method BitBtn::getImageSource()
Specifies the image that appears on the bitmap button.
- getImageSource
- in file extctrls.inc.php, method Image::getImageSource()
Source of the image denotes a path where the image is located.
- getImageSource
- in file stdctrls.inc.php, method Button::getImageSource()
If this property is set to an image, will be used as an image for the button surface.
- getInclude
- in file extctrls.inc.php, method Panel::getInclude()
- getIncludeID
- in file styles.inc.php, method StyleSheet::getIncludeID()
- getIncludeStandard
- in file styles.inc.php, method StyleSheet::getIncludeStandard()
- getIncludeSubStyle
- in file styles.inc.php, method StyleSheet::getIncludeSubStyle()
- getIncrement
- in file comctrls.inc.php, method UpDown::getIncrement()
- GetIndexesFromTable
- in file oracle.inc.php, method OracleDatabase::GetIndexesFromTable()
- getInterval
- in file extctrls.inc.php, method Timer::getInterval()
Determines the amount of time, in milliseconds, that passes before the timer component initiates another OnTimer event.
- getIsForm
- in file forms.inc.php, method Page::getIsForm()
If false, the form doesn't generate any <form> tag, but events won't be processed
- getIsLayer
- in file extctrls.inc.php, method Panel::getIsLayer()
- getIsMaster
- in file forms.inc.php, method Page::getIsMaster()
If true, this page doesn't render itself, but it's meant to be used as base for another forms
- getIsPassword
- in file comctrls.inc.php, method LabeledEdit::getIsPassword()
- getIsPassword
- in file stdctrls.inc.php, method Edit::getIsPassword()
- getIsPassword
- in file comctrls.inc.php, method TextField::getIsPassword()
- getIsVisible
- in file forms.inc.php, method Window::getIsVisible()
Specifies if the window is visible or not.
- getItemID
- in file comctrls.inc.php, method TreeNode::getItemID()
Contains a string that uniquely identifies each node in a tree view.
- getItemIndex
- in file extctrls.inc.php, method RadioGroup::getItemIndex()
- getItemIndex
- in file stdctrls.inc.php, method ComboBox::getItemIndex()
- getItems
- in file menus.inc.php, method CustomMainMenu::getItems()
Describes the elements of the menu.
- getItems
- in file checklst.inc.php, method CheckListBox::getItems()
- getItems
- in file stdctrls.inc.php, method ComboBox::getItems()
- getItems
- in file extctrls.inc.php, method RadioGroup::getItems()
- getItems
- in file comctrls.inc.php, method TreeView::getItems()
- getItems
- in file extctrls.inc.php, method ButtonView::getItems()
- getItems
- in file comctrls.inc.php, method TreeNode::getItems()
Items is an array of child TreeNode objects.
- getItems
- in file comctrls.inc.php, method ToolBar::getItems()
- getItems
- in file menus.inc.php, method PopupMenu::getItems()
- getItems
- in file stdctrls.inc.php, method ListBox::getItems()
- getIteratorBegin
- in file dbctrls.inc.php, method DBIteratorEnd::getIteratorBegin()
Specifies which DBIteratorBegin belongs to this end
- getjsOnActivate
- in file comctrls.inc.php, method TextField::getjsOnActivate()
- getjsOnActivate
- in file comctrls.inc.php, method UpDown::getjsOnActivate()
- getjsOnActivate
- in file comctrls.inc.php, method PageControl::getjsOnActivate()
- getjsOnActivate
- in file comctrls.inc.php, method TreeView::getjsOnActivate()
- getjsOnActivate
- in file comctrls.inc.php, method LabeledEdit::getjsOnActivate()
- getjsOnAlarm
- in file clock.inc.php, method Clock::getjsOnAlarm()
This javascript event is fired when the alarm that has been set is fired
- getjsOnBlur
- in file comctrls.inc.php, method UpDown::getjsOnBlur()
- getjsOnBlur
- in file comctrls.inc.php, method PageControl::getjsOnBlur()
- getjsOnBlur
- in file comctrls.inc.php, method RichEdit::getjsOnBlur()
- getjsOnBlur
- in file comctrls.inc.php, method LabeledEdit::getjsOnBlur()
- getjsOnBlur
- in file extctrls.inc.php, method RadioGroup::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method Upload::getjsOnBlur()
- getjsOnBlur
- in file comctrls.inc.php, method TreeView::getjsOnBlur()
- getjsOnBlur
- in file extctrls.inc.php, method GroupBox::getjsOnBlur()
- getjsOnBlur
- in file buttons.inc.php, method BitBtn::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method RadioButton::getjsOnBlur()
- getjsOnBlur
- in file comctrls.inc.php, method TextField::getjsOnBlur()
- getjsOnBlur
- in file forms.inc.php, method Frame::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method Memo::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method ListBox::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method CheckBox::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method ComboBox::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method Edit::getjsOnBlur()
- getjsOnBlur
- in file checklst.inc.php, method CheckListBox::getjsOnBlur()
- getjsOnBlur
- in file stdctrls.inc.php, method Button::getjsOnBlur()
- getjsOnChange
- in file comctrls.inc.php, method ColorSelector::getjsOnChange()
This event provides an opportunity to read the color the user has set the selector
- getjsOnChange
- in file extctrls.inc.php, method RadioGroup::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method TreeView::getjsOnChange()
- getjsOnChange
- in file forms.inc.php, method HiddenField::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method Memo::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method RadioButton::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method Upload::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method TrackBar::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method Edit::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method TextField::getjsOnChange()
- getjsOnChange
- in file checklst.inc.php, method CheckListBox::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method ScrollBar::getjsOnChange()
OnChange event
- getjsOnChange
- in file stdctrls.inc.php, method ComboBox::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method Button::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method UpDown::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method PageControl::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method CheckBox::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method LabeledEdit::getjsOnChange()
- getjsOnChange
- in file stdctrls.inc.php, method ListBox::getjsOnChange()
- getjsOnChange
- in file comctrls.inc.php, method RichEdit::getjsOnChange()
- getjsOnChangeSelected
- in file comctrls.inc.php, method TreeView::getjsOnChangeSelected()
- getjsOnClick
- in file menus.inc.php, method MainMenu::getjsOnClick()
- getjsOnClick
- in file chart.inc.php, method SimpleChart::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method ToolBar::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method ListBox::getjsOnClick()
- getjsOnClick
- in file extctrls.inc.php, method GroupBox::getjsOnClick()
- getjsOnClick
- in file extctrls.inc.php, method ButtonView::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method Upload::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method LabeledEdit::getjsOnClick()
- getjsOnClick
- in file extctrls.inc.php, method Image::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method Label::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method TreeView::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method RadioButton::getjsOnClick()
- getjsOnClick
- in file forms.inc.php, method Window::getjsOnClick()
- getjsOnClick
- in file extctrls.inc.php, method RadioGroup::getjsOnClick()
- getjsOnClick
- in file buttons.inc.php, method BitBtn::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method Edit::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method Memo::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method RichEdit::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method PageControl::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method ComboBox::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method CheckBox::getjsOnClick()
- getjsOnClick
- in file extctrls.inc.php, method PaintBox::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method TextField::getjsOnClick()
- getjsOnClick
- in file stdctrls.inc.php, method Button::getjsOnClick()
- getjsOnClick
- in file checklst.inc.php, method CheckListBox::getjsOnClick()
- getjsOnClick
- in file extctrls.inc.php, method MapShape::getjsOnClick()
- getjsOnClick
- in file menus.inc.php, method PopupMenu::getjsOnClick()
- getjsOnClick
- in file comctrls.inc.php, method UpDown::getjsOnClick()
- getjsOnClick
- in file dbgrids.inc.php, method DBGrid::getjsOnClick()
- getjsOnClose
- in file forms.inc.php, method Window::getjsOnClose()
Fires when the window is closed
- getjsOnContextMenu
- in file comctrls.inc.php, method LabeledEdit::getjsOnContextMenu()
- getjsOnContextMenu
- in file comctrls.inc.php, method PageControl::getjsOnContextMenu()
- getjsOnContextMenu
- in file comctrls.inc.php, method TextField::getjsOnContextMenu()
- getjsOnContextMenu
- in file comctrls.inc.php, method UpDown::getjsOnContextMenu()
- getjsOnContextMenu
- in file comctrls.inc.php, method TreeView::getjsOnContextMenu()
- getjsOnDataChanged
- in file dbgrids.inc.php, method DBGrid::getjsOnDataChanged()
This event is fired whenever the contents of a cell is changed
- getjsOnDblClick
- in file stdctrls.inc.php, method Upload::getjsOnDblClick()
- getjsOnDblClick
- in file checklst.inc.php, method CheckListBox::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method Edit::getjsOnDblClick()
- getjsOnDblClick
- in file extctrls.inc.php, method GroupBox::getjsOnDblClick()
- getjsOnDblClick
- in file buttons.inc.php, method BitBtn::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method CheckBox::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method ComboBox::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method RadioButton::getjsOnDblClick()
- getjsOnDblClick
- in file extctrls.inc.php, method RadioGroup::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method ListBox::getjsOnDblClick()
- getjsOnDblClick
- in file extctrls.inc.php, method MapShape::getjsOnDblClick()
- getjsOnDblClick
- in file extctrls.inc.php, method PaintBox::getjsOnDblClick()
- getjsOnDblClick
- in file chart.inc.php, method SimpleChart::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method Memo::getjsOnDblClick()
- getjsOnDblClick
- in file extctrls.inc.php, method Image::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method Button::getjsOnDblClick()
- getjsOnDblClick
- in file comctrls.inc.php, method TextField::getjsOnDblClick()
- getjsOnDblClick
- in file stdctrls.inc.php, method Label::getjsOnDblClick()
- getjsOnDblClick
- in file comctrls.inc.php, method RichEdit::getjsOnDblClick()
- getjsOnDblClick
- in file comctrls.inc.php, method PageControl::getjsOnDblClick()
- getjsOnDblClick
- in file comctrls.inc.php, method TreeView::getjsOnDblClick()
- getjsOnDblClick
- in file comctrls.inc.php, method UpDown::getjsOnDblClick()
- getjsOnDblClick
- in file dbgrids.inc.php, method DBGrid::getjsOnDblClick()
- getjsOnDblClick
- in file comctrls.inc.php, method LabeledEdit::getjsOnDblClick()
- getjsOnDeActivate
- in file comctrls.inc.php, method UpDown::getjsOnDeActivate()
- getjsOnDeActivate
- in file comctrls.inc.php, method LabeledEdit::getjsOnDeActivate()
- getjsOnDeActivate
- in file comctrls.inc.php, method TextField::getjsOnDeActivate()
- getjsOnDeActivate
- in file comctrls.inc.php, method PageControl::getjsOnDeActivate()
- getjsOnDeActivate
- in file comctrls.inc.php, method TreeView::getjsOnDeActivate()
- getjsOnDragOver
- in file extctrls.inc.php, method PaintBox::getjsOnDragOver()
- getjsOnDragOver
- in file stdctrls.inc.php, method Edit::getjsOnDragOver()
- getjsOnDragOver
- in file extctrls.inc.php, method Image::getjsOnDragOver()
- getjsOnDragStart
- in file stdctrls.inc.php, method Edit::getjsOnDragStart()
- getjsOnDragStart
- in file extctrls.inc.php, method Image::getjsOnDragStart()
- getjsOnDragStart
- in file extctrls.inc.php, method PaintBox::getjsOnDragStart()
- getjsOnFocus
- in file comctrls.inc.php, method PageControl::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method ListBox::getjsOnFocus()
- getjsOnFocus
- in file extctrls.inc.php, method GroupBox::getjsOnFocus()
- getjsOnFocus
- in file comctrls.inc.php, method RichEdit::getjsOnFocus()
- getjsOnFocus
- in file buttons.inc.php, method BitBtn::getjsOnFocus()
- getjsOnFocus
- in file comctrls.inc.php, method LabeledEdit::getjsOnFocus()
- getjsOnFocus
- in file extctrls.inc.php, method RadioGroup::getjsOnFocus()
- getjsOnFocus
- in file comctrls.inc.php, method TextField::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method Memo::getjsOnFocus()
- getjsOnFocus
- in file forms.inc.php, method Frame::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method Edit::getjsOnFocus()
- getjsOnFocus
- in file checklst.inc.php, method CheckListBox::getjsOnFocus()
- getjsOnFocus
- in file comctrls.inc.php, method TreeView::getjsOnFocus()
- getjsOnFocus
- in file comctrls.inc.php, method UpDown::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method ComboBox::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method RadioButton::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method CheckBox::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method Upload::getjsOnFocus()
- getjsOnFocus
- in file stdctrls.inc.php, method Button::getjsOnFocus()
- getjsOnKeyDown
- in file stdctrls.inc.php, method ComboBox::getjsOnKeyDown()
- getjsOnKeyDown
- in file extctrls.inc.php, method Image::getjsOnKeyDown()
- getjsOnKeyDown
- in file comctrls.inc.php, method UpDown::getjsOnKeyDown()
- getjsOnKeyDown
- in file checklst.inc.php, method CheckListBox::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method Label::getjsOnKeyDown()
- getjsOnKeyDown
- in file chart.inc.php, method SimpleChart::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method CheckBox::getjsOnKeyDown()
- getjsOnKeyDown
- in file comctrls.inc.php, method TreeView::getjsOnKeyDown()
- getjsOnKeyDown
- in file comctrls.inc.php, method LabeledEdit::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method Memo::getjsOnKeyDown()
- getjsOnKeyDown
- in file comctrls.inc.php, method TextField::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method ListBox::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method Edit::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method Button::getjsOnKeyDown()
- getjsOnKeyDown
- in file extctrls.inc.php, method RadioGroup::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method Upload::getjsOnKeyDown()
- getjsOnKeyDown
- in file extctrls.inc.php, method GroupBox::getjsOnKeyDown()
- getjsOnKeyDown
- in file stdctrls.inc.php, method RadioButton::getjsOnKeyDown()
- getjsOnKeyDown
- in file buttons.inc.php, method BitBtn::getjsOnKeyDown()
- getjsOnKeyDown
- in file comctrls.inc.php, method PageControl::getjsOnKeyDown()
- getjsOnKeyDown
- in file comctrls.inc.php, method RichEdit::getjsOnKeyDown()
- getjsOnKeyPress
- in file stdctrls.inc.php, method ListBox::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method Memo::getjsOnKeyPress()
- getjsOnKeyPress
- in file comctrls.inc.php, method TextField::getjsOnKeyPress()
- getjsOnKeyPress
- in file extctrls.inc.php, method GroupBox::getjsOnKeyPress()
- getjsOnKeyPress
- in file comctrls.inc.php, method TreeView::getjsOnKeyPress()
- getjsOnKeyPress
- in file checklst.inc.php, method CheckListBox::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method Upload::getjsOnKeyPress()
- getjsOnKeyPress
- in file comctrls.inc.php, method LabeledEdit::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method ComboBox::getjsOnKeyPress()
- getjsOnKeyPress
- in file comctrls.inc.php, method PageControl::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method Button::getjsOnKeyPress()
- getjsOnKeyPress
- in file comctrls.inc.php, method RichEdit::getjsOnKeyPress()
- getjsOnKeyPress
- in file comctrls.inc.php, method UpDown::getjsOnKeyPress()
- getjsOnKeyPress
- in file chart.inc.php, method SimpleChart::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method Label::getjsOnKeyPress()
- getjsOnKeyPress
- in file buttons.inc.php, method BitBtn::getjsOnKeyPress()
- getjsOnKeyPress
- in file extctrls.inc.php, method RadioGroup::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method RadioButton::getjsOnKeyPress()
- getjsOnKeyPress
- in file extctrls.inc.php, method Image::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method CheckBox::getjsOnKeyPress()
- getjsOnKeyPress
- in file stdctrls.inc.php, method Edit::getjsOnKeyPress()
- getjsOnKeyUp
- in file comctrls.inc.php, method LabeledEdit::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method ListBox::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method ComboBox::getjsOnKeyUp()
- getjsOnKeyUp
- in file chart.inc.php, method SimpleChart::getjsOnKeyUp()
- getjsOnKeyUp
- in file extctrls.inc.php, method RadioGroup::getjsOnKeyUp()
- getjsOnKeyUp
- in file checklst.inc.php, method CheckListBox::getjsOnKeyUp()
- getjsOnKeyUp
- in file comctrls.inc.php, method UpDown::getjsOnKeyUp()
- getjsOnKeyUp
- in file comctrls.inc.php, method RichEdit::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method Label::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method Button::getjsOnKeyUp()
- getjsOnKeyUp
- in file comctrls.inc.php, method PageControl::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method CheckBox::getjsOnKeyUp()
- getjsOnKeyUp
- in file comctrls.inc.php, method TextField::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method Edit::getjsOnKeyUp()
- getjsOnKeyUp
- in file comctrls.inc.php, method TreeView::getjsOnKeyUp()
- getjsOnKeyUp
- in file extctrls.inc.php, method GroupBox::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method RadioButton::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method Memo::getjsOnKeyUp()
- getjsOnKeyUp
- in file buttons.inc.php, method BitBtn::getjsOnKeyUp()
- getjsOnKeyUp
- in file stdctrls.inc.php, method Upload::getjsOnKeyUp()
- getjsOnKeyUp
- in file extctrls.inc.php, method Image::getjsOnKeyUp()
- getjsOnLoad
- in file forms.inc.php, method Page::getjsOnLoad()
The javascript OnLoad event is called after all nested framesets and frames are finished with loading their content.
- getjsOnLoad
- in file forms.inc.php, method Frameset::getjsOnLoad()
The javascript OnLoad event is called after all nested framesets and frames are finished with loading their content.
- getjsOnLoad
- in file forms.inc.php, method Frame::getjsOnLoad()
The javascript OnLoad event is called after all nested framesets and frames are finished with loading their content. At this point, all of the objects in the document are in the DOM, and all the images and sub-frames have finished loading.
- getjsOnMaximize
- in file forms.inc.php, method Window::getjsOnMaximize()
Fires when the window is maximized
- getjsOnMinimize
- in file forms.inc.php, method Window::getjsOnMinimize()
Fires when the window is minimized
- getjsOnMouseDown
- in file chart.inc.php, method SimpleChart::getjsOnMouseDown()
- getjsOnMouseDown
- in file checklst.inc.php, method CheckListBox::getjsOnMouseDown()
- getjsOnMouseDown
- in file comctrls.inc.php, method TreeView::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method Memo::getjsOnMouseDown()
- getjsOnMouseDown
- in file extctrls.inc.php, method Image::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method Label::getjsOnMouseDown()
- getjsOnMouseDown
- in file comctrls.inc.php, method UpDown::getjsOnMouseDown()
- getjsOnMouseDown
- in file extctrls.inc.php, method RadioGroup::getjsOnMouseDown()
- getjsOnMouseDown
- in file extctrls.inc.php, method GroupBox::getjsOnMouseDown()
- getjsOnMouseDown
- in file buttons.inc.php, method BitBtn::getjsOnMouseDown()
- getjsOnMouseDown
- in file comctrls.inc.php, method RichEdit::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method Edit::getjsOnMouseDown()
- getjsOnMouseDown
- in file comctrls.inc.php, method TextField::getjsOnMouseDown()
- getjsOnMouseDown
- in file comctrls.inc.php, method PageControl::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method CheckBox::getjsOnMouseDown()
- getjsOnMouseDown
- in file extctrls.inc.php, method PaintBox::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method Upload::getjsOnMouseDown()
- getjsOnMouseDown
- in file comctrls.inc.php, method LabeledEdit::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method ListBox::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method Button::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method ComboBox::getjsOnMouseDown()
- getjsOnMouseDown
- in file stdctrls.inc.php, method RadioButton::getjsOnMouseDown()
- getjsOnMouseEnter
- in file extctrls.inc.php, method PaintBox::getjsOnMouseEnter()
- getjsOnMouseLeave
- in file extctrls.inc.php, method PaintBox::getjsOnMouseLeave()
- getjsOnMouseMove
- in file stdctrls.inc.php, method Edit::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method ListBox::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method Upload::getjsOnMouseMove()
- getjsOnMouseMove
- in file chart.inc.php, method SimpleChart::getjsOnMouseMove()
- getjsOnMouseMove
- in file comctrls.inc.php, method LabeledEdit::getjsOnMouseMove()
- getjsOnMouseMove
- in file extctrls.inc.php, method RadioGroup::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method ComboBox::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method CheckBox::getjsOnMouseMove()
- getjsOnMouseMove
- in file buttons.inc.php, method BitBtn::getjsOnMouseMove()
- getjsOnMouseMove
- in file checklst.inc.php, method CheckListBox::getjsOnMouseMove()
- getjsOnMouseMove
- in file extctrls.inc.php, method GroupBox::getjsOnMouseMove()
- getjsOnMouseMove
- in file comctrls.inc.php, method UpDown::getjsOnMouseMove()
- getjsOnMouseMove
- in file comctrls.inc.php, method RichEdit::getjsOnMouseMove()
- getjsOnMouseMove
- in file comctrls.inc.php, method TreeView::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method Button::getjsOnMouseMove()
- getjsOnMouseMove
- in file comctrls.inc.php, method PageControl::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method RadioButton::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method Memo::getjsOnMouseMove()
- getjsOnMouseMove
- in file extctrls.inc.php, method PaintBox::getjsOnMouseMove()
- getjsOnMouseMove
- in file extctrls.inc.php, method Image::getjsOnMouseMove()
- getjsOnMouseMove
- in file comctrls.inc.php, method TextField::getjsOnMouseMove()
- getjsOnMouseMove
- in file stdctrls.inc.php, method Label::getjsOnMouseMove()
- getjsOnMouseOut
- in file stdctrls.inc.php, method ComboBox::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method RadioButton::getjsOnMouseOut()
- getjsOnMouseOut
- in file extctrls.inc.php, method Image::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method Upload::getjsOnMouseOut()
- getjsOnMouseOut
- in file comctrls.inc.php, method TextField::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method Button::getjsOnMouseOut()
- getjsOnMouseOut
- in file buttons.inc.php, method BitBtn::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method CheckBox::getjsOnMouseOut()
- getjsOnMouseOut
- in file extctrls.inc.php, method GroupBox::getjsOnMouseOut()
- getjsOnMouseOut
- in file comctrls.inc.php, method TreeView::getjsOnMouseOut()
- getjsOnMouseOut
- in file comctrls.inc.php, method LabeledEdit::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method Label::getjsOnMouseOut()
- getjsOnMouseOut
- in file comctrls.inc.php, method RichEdit::getjsOnMouseOut()
- getjsOnMouseOut
- in file checklst.inc.php, method CheckListBox::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method Edit::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method ListBox::getjsOnMouseOut()
- getjsOnMouseOut
- in file comctrls.inc.php, method UpDown::getjsOnMouseOut()
- getjsOnMouseOut
- in file extctrls.inc.php, method MapShape::getjsOnMouseOut()
- getjsOnMouseOut
- in file comctrls.inc.php, method PageControl::getjsOnMouseOut()
- getjsOnMouseOut
- in file extctrls.inc.php, method RadioGroup::getjsOnMouseOut()
- getjsOnMouseOut
- in file stdctrls.inc.php, method Memo::getjsOnMouseOut()
- getjsOnMouseOut
- in file chart.inc.php, method SimpleChart::getjsOnMouseOut()
- getjsOnMouseOver
- in file chart.inc.php, method SimpleChart::getjsOnMouseOver()
- getjsOnMouseOver
- in file buttons.inc.php, method BitBtn::getjsOnMouseOver()
- getjsOnMouseOver
- in file extctrls.inc.php, method Image::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method CheckBox::getjsOnMouseOver()
- getjsOnMouseOver
- in file comctrls.inc.php, method PageControl::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method ListBox::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method Memo::getjsOnMouseOver()
- getjsOnMouseOver
- in file comctrls.inc.php, method TextField::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method RadioButton::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method ComboBox::getjsOnMouseOver()
- getjsOnMouseOver
- in file extctrls.inc.php, method RadioGroup::getjsOnMouseOver()
- getjsOnMouseOver
- in file comctrls.inc.php, method UpDown::getjsOnMouseOver()
- getjsOnMouseOver
- in file checklst.inc.php, method CheckListBox::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method Label::getjsOnMouseOver()
- getjsOnMouseOver
- in file comctrls.inc.php, method RichEdit::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method Upload::getjsOnMouseOver()
- getjsOnMouseOver
- in file comctrls.inc.php, method LabeledEdit::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method Button::getjsOnMouseOver()
- getjsOnMouseOver
- in file stdctrls.inc.php, method Edit::getjsOnMouseOver()
- getjsOnMouseOver
- in file extctrls.inc.php, method MapShape::getjsOnMouseOver()
- getjsOnMouseOver
- in file comctrls.inc.php, method TreeView::getjsOnMouseOver()
- getjsOnMouseOver
- in file extctrls.inc.php, method GroupBox::getjsOnMouseOver()
- getjsOnMouseUp
- in file stdctrls.inc.php, method RadioButton::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method Button::getjsOnMouseUp()
- getjsOnMouseUp
- in file comctrls.inc.php, method PageControl::getjsOnMouseUp()
- getjsOnMouseUp
- in file checklst.inc.php, method CheckListBox::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method ComboBox::getjsOnMouseUp()
- getjsOnMouseUp
- in file comctrls.inc.php, method TextField::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method ListBox::getjsOnMouseUp()
- getjsOnMouseUp
- in file comctrls.inc.php, method LabeledEdit::getjsOnMouseUp()
- getjsOnMouseUp
- in file chart.inc.php, method SimpleChart::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method Edit::getjsOnMouseUp()
- getjsOnMouseUp
- in file buttons.inc.php, method BitBtn::getjsOnMouseUp()
- getjsOnMouseUp
- in file extctrls.inc.php, method RadioGroup::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method Memo::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method CheckBox::getjsOnMouseUp()
- getjsOnMouseUp
- in file comctrls.inc.php, method RichEdit::getjsOnMouseUp()
- getjsOnMouseUp
- in file comctrls.inc.php, method TreeView::getjsOnMouseUp()
- getjsOnMouseUp
- in file extctrls.inc.php, method Image::getjsOnMouseUp()
- getjsOnMouseUp
- in file comctrls.inc.php, method UpDown::getjsOnMouseUp()
- getjsOnMouseUp
- in file extctrls.inc.php, method GroupBox::getjsOnMouseUp()
- getjsOnMouseUp
- in file extctrls.inc.php, method PaintBox::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method Label::getjsOnMouseUp()
- getjsOnMouseUp
- in file stdctrls.inc.php, method Upload::getjsOnMouseUp()
- getjsOnMove
- in file forms.inc.php, method Window::getjsOnMove()
Fires when the window is moved
- getjsOnReset
- in file forms.inc.php, method Page::getjsOnReset()
Fired when the page is going to be reset using a reset input button
- getjsOnResize
- in file forms.inc.php, method Window::getjsOnResize()
Fires when the window is resized
- getjsOnResize
- in file forms.inc.php, method Frame::getjsOnResize()
- getjsOnRestore
- in file forms.inc.php, method Window::getjsOnRestore()
Fires when the window is restored
- getjsOnRowChanged
- in file dbgrids.inc.php, method DBGrid::getjsOnRowChanged()
This event is fired whenever the active row is changed
- getjsOnRowSaved
- in file dbgrids.inc.php, method DBGrid::getjsOnRowSaved()
This event is fired whenever the contents of a row are saved
- getjsOnSelect
- in file stdctrls.inc.php, method Memo::getjsOnSelect()
- getjsOnSelect
- in file stdctrls.inc.php, method Upload::getjsOnSelect()
- getjsOnSelect
- in file stdctrls.inc.php, method Edit::getjsOnSelect()
- getjsOnSelect
- in file stdctrls.inc.php, method CheckBox::getjsOnSelect()
- getjsOnSelect
- in file stdctrls.inc.php, method Button::getjsOnSelect()
- getjsOnSelect
- in file stdctrls.inc.php, method RadioButton::getjsOnSelect()
- getjsOnSelect
- in file comctrls.inc.php, method RichEdit::getjsOnSelect()
- getjsOnSelectionChanged
- in file comctrls.inc.php, method ListView::getjsOnSelectionChanged()
- getjsOnSubmit
- in file forms.inc.php, method Page::getjsOnSubmit()
Fired when the page is going to be submitted to the form, return false
- getjsOnTimer
- in file extctrls.inc.php, method Timer::getjsOnTimer()
Occurs when a specified amount of time, determined by the Interval property, has passed.
- getjsOnTreeClose
- in file comctrls.inc.php, method TreeView::getjsOnTreeClose()
- getjsOnTreeOpenWhileEmpty
- in file comctrls.inc.php, method TreeView::getjsOnTreeOpenWhileEmpty()
- getjsOnTreeOpenWithContent
- in file comctrls.inc.php, method TreeView::getjsOnTreeOpenWithContent()
- getjsOnUnload
- in file forms.inc.php, method Frameset::getjsOnUnload()
The javascript OnUnload event is called after all nested framesets and frames are finished with unloading their content.
- getjsOnUnload
- in file forms.inc.php, method Page::getjsOnUnload()
The javascript OnUnload event is called after all nested framesets and frames are finished with unloading their content.
- getjsOnUpdate
- in file comctrls.inc.php, method MonthCalendar::getjsOnUpdate()
This event is fired after the date is changed on the calendar.
- getJSWrapperFunction
- in file controls.inc.php, method Control::getJSWrapperFunction()
JS wrapper function that forwards a JS event to the PHP script by submitting the HTML form.
- getJSWrapperFunctionName
- in file controls.inc.php, method Control::getJSWrapperFunctionName()
Gets the function name of a JS event wrapper.
- getKind
- in file extctrls.inc.php, method MapShape::getKind()
Specifies the type of shape to create on the Image
- getKind
- in file stdctrls.inc.php, method ScrollBar::getKind()
Specifies whether the scroll bar is horizontal or vertical.
- getKind
- in file buttons.inc.php, method BitBtn::getKind()
Specifies the kind of bitmap button.
- getKind
- in file dbctrls.inc.php, method DBRepeater::getKind()
Specifies the orientation of the repeater, horizontal or vertical
- getLabelPosition
- in file comctrls.inc.php, method LabeledEdit::getLabelPosition()
- getLabelSpacing
- in file comctrls.inc.php, method LabeledEdit::getLabelSpacing()
- getLanguage
- in file forms.inc.php, method Page::getLanguage()
Specifies the language to be used when rendering this page.
- getLanguage
- in file forms.inc.php, method Application::getLanguage()
Sets the application language, so all forms in the application will share this setting.
- getLayer
- in file controls.inc.php, method Control::getLayer()
Determines the layer in which this control is going to be rendered.
- getLayout
- in file forms.inc.php, method Page::getLayout()
- getLayout
- in file extctrls.inc.php, method Panel::getLayout()
- getLeft
- in file controls.inc.php, method Control::getLeft()
Uses the Left property to determine where the left side of the control begins, or to reposition the left side of the control.
- getLeftMargin
- in file forms.inc.php, method Page::getLeftMargin()
Sets or retrieves the width of the left margin of the object.
- getLevel
- in file comctrls.inc.php, method TreeNode::getLevel()
Level of the TreeNode. This property is for information purpose only.
- getLimit
- in file dbctrls.inc.php, method DBRepeater::getLimit()
Specifies how many records are going to be shown on the repeater
- getLimitCount
- in file db.inc.php, method DataSet::getLimitCount()
Defines how many records will be shown
- getLimitStart
- in file db.inc.php, method DataSet::getLimitStart()
Defines the starting record to filter the dataset with
- getLineHeight
- in file graphics.inc.php, method Font::getLineHeight()
Height for this font, this correspond to the line paragraph
- getLines
- in file stdctrls.inc.php, method Memo::getLines()
- getLines
- in file comctrls.inc.php, method RichEdit::getLines()
- getLink
- in file extctrls.inc.php, method Image::getLink()
If Link is set, the Image will link to that URL
- getLink
- in file stdctrls.inc.php, method Label::getLink()
- getLink
- in file extctrls.inc.php, method MapShape::getLink()
The link to point the user to when clicking on the shape
- getLinkTarget
- in file stdctrls.inc.php, method Label::getLinkTarget()
- getLinkTarget
- in file extctrls.inc.php, method Image::getLinkTarget()
Target attribute when the label acts as a link.
- getListView
- in file comctrls.inc.php, method ListItem::getListView()
ListView is the reference back to the ListView where the ListItem belongs to.
- getLOBMode
- in file oracle.inc.php, method OracleDataSet::getLOBMode()
- getLongDesc
- in file forms.inc.php, method Frame::getLongDesc()
This property specifies a link to a long description of the frame.
- getLoop
- in file extctrls.inc.php, method FlashObject::getLoop()
- getMarginHeight
- in file forms.inc.php, method Frame::getMarginHeight()
This property specifies the amount of space to be left between the frame's contents in its top and bottom margins.
- getMarginWidth
- in file forms.inc.php, method Frame::getMarginWidth()
This property specifies the amount of space to be left between the frame's contents in its left and right margins.
- getMasterFields
- in file interbase.inc.php, method IBTable::getMasterFields()
- getMasterFields
- in file dbtables.inc.php, method Table::getMasterFields()
- getMasterFields
- in file oracle.inc.php, method OracleTable::getMasterFields()
- getMasterFields
- in file mysql.inc.php, method MySQLTable::getMasterFields()
- getMasterSource
- in file mysql.inc.php, method MySQLTable::getMasterSource()
- getMasterSource
- in file interbase.inc.php, method IBTable::getMasterSource()
- getMasterSource
- in file dbtables.inc.php, method Table::getMasterSource()
- getMasterSource
- in file oracle.inc.php, method OracleTable::getMasterSource()
- getMax
- in file stdctrls.inc.php, method ScrollBar::getMax()
Specifies the maximum position represented by the scroll bar.
- getMax
- in file comctrls.inc.php, method UpDown::getMax()
- getMax
- in file comctrls.inc.php, method ProgressBar::getMax()
- getMaxButtons
- in file pager.inc.php, method Pager::getMaxButtons()
The maximum number of buttons to show before show a ... button
- getMaxLength
- in file comctrls.inc.php, method LabeledEdit::getMaxLength()
- getMaxLength
- in file comctrls.inc.php, method TextField::getMaxLength()
- getMaxLength
- in file stdctrls.inc.php, method Edit::getMaxLength()
- getMaxLength
- in file stdctrls.inc.php, method Upload::getMaxLength()
- getMaxLength
- in file stdctrls.inc.php, method Memo::getMaxLength()
- getMaxPosition
- in file comctrls.inc.php, method TrackBar::getMaxPosition()
Specifies the maximum Position of a TTrackBar, position property cannot be higher that the value set for this property
- getMin
- in file comctrls.inc.php, method UpDown::getMin()
- getMin
- in file comctrls.inc.php, method ProgressBar::getMin()
- getMin
- in file stdctrls.inc.php, method ScrollBar::getMin()
Specifies the minimum position represented by the scroll bar.
- getMinPosition
- in file comctrls.inc.php, method TrackBar::getMinPosition()
Specifies the minimum position the trackbar can take, position property cannot be less than the value set for this property.
- getModal
- in file forms.inc.php, method Window::getModal()
Specifies if the window is modal or not.
- getMoveable
- in file forms.inc.php, method Window::getMoveable()
Specifies if the window allows to be moved.
- getMoveMethod
- in file forms.inc.php, method Window::getMoveMethod()
Specifies the method used to move the window, these are the available values:
- getMultiSelect
- in file stdctrls.inc.php, method ListBox::getMultiSelect()
- getName
- in file classes.inc.php, method Component::getName()
Specifies the name for the component. The name is used as an identifier and should be unique.
- getNameSpace
- in file webservices.inc.php, method Service::getNameSpace()
Specifies the Name Space for the WSDL
- getNextCaption
- in file pager.inc.php, method Pager::getNextCaption()
Specifies the text to be used for the Next button
- getOnAddComplexTypes
- in file webservices.inc.php, method Service::getOnAddComplexTypes()
Fired when the service needs to register complex types.
- getOnAfterAjaxProcess
- in file forms.inc.php, method Page::getOnAfterAjaxProcess()
Fired just after the routine specified in ajaxcall is about to be called
- getOnAfterCancel
- in file mysql.inc.php, method MySQLTable::getOnAfterCancel()
- getOnAfterCancel
- in file interbase.inc.php, method IBTable::getOnAfterCancel()
- getOnAfterCancel
- in file oracle.inc.php, method OracleTable::getOnAfterCancel()
- getOnAfterCancel
- in file dbtables.inc.php, method Table::getOnAfterCancel()
- getOnAfterClose
- in file mysql.inc.php, method MySQLTable::getOnAfterClose()
- getOnAfterClose
- in file dbtables.inc.php, method Table::getOnAfterClose()
- getOnAfterClose
- in file interbase.inc.php, method IBTable::getOnAfterClose()
- getOnAfterClose
- in file oracle.inc.php, method OracleTable::getOnAfterClose()
- getOnAfterConnect
- in file interbase.inc.php, method IBDatabase::getOnAfterConnect()
- getOnAfterConnect
- in file mysql.inc.php, method MySQLDatabase::getOnAfterConnect()
- getOnAfterConnect
- in file oracle.inc.php, method OracleDatabase::getOnAfterConnect()
- getOnAfterConnect
- in file dbtables.inc.php, method Database::getOnAfterConnect()
- getOnAfterDelete
- in file dbtables.inc.php, method Table::getOnAfterDelete()
- getOnAfterDelete
- in file mysql.inc.php, method MySQLTable::getOnAfterDelete()
- getOnAfterDelete
- in file interbase.inc.php, method IBTable::getOnAfterDelete()
- getOnAfterDelete
- in file oracle.inc.php, method OracleTable::getOnAfterDelete()
- getOnAfterDisconnect
- in file dbtables.inc.php, method Database::getOnAfterDisconnect()
- getOnAfterDisconnect
- in file mysql.inc.php, method MySQLDatabase::getOnAfterDisconnect()
- getOnAfterDisconnect
- in file oracle.inc.php, method OracleDatabase::getOnAfterDisconnect()
- getOnAfterDisconnect
- in file interbase.inc.php, method IBDatabase::getOnAfterDisconnect()
- getOnAfterEdit
- in file interbase.inc.php, method IBTable::getOnAfterEdit()
- getOnAfterEdit
- in file dbtables.inc.php, method Table::getOnAfterEdit()
- getOnAfterEdit
- in file mysql.inc.php, method MySQLTable::getOnAfterEdit()
- getOnAfterEdit
- in file oracle.inc.php, method OracleTable::getOnAfterEdit()
- getOnAfterInsert
- in file dbtables.inc.php, method Table::getOnAfterInsert()
- getOnAfterInsert
- in file interbase.inc.php, method IBTable::getOnAfterInsert()
- getOnAfterInsert
- in file mysql.inc.php, method MySQLTable::getOnAfterInsert()
- getOnAfterInsert
- in file oracle.inc.php, method OracleTable::getOnAfterInsert()
- getOnAfterOpen
- in file interbase.inc.php, method IBTable::getOnAfterOpen()
- getOnAfterOpen
- in file oracle.inc.php, method OracleTable::getOnAfterOpen()
- getOnAfterOpen
- in file dbtables.inc.php, method Table::getOnAfterOpen()
- getOnAfterOpen
- in file mysql.inc.php, method MySQLTable::getOnAfterOpen()
- getOnAfterPost
- in file mysql.inc.php, method MySQLTable::getOnAfterPost()
- getOnAfterPost
- in file oracle.inc.php, method OracleTable::getOnAfterPost()
- getOnAfterPost
- in file dbtables.inc.php, method Table::getOnAfterPost()
- getOnAfterPost
- in file interbase.inc.php, method IBTable::getOnAfterPost()
- getOnAfterShow
- in file controls.inc.php, method Control::getOnAfterShow()
Fires the Event after showing the control.
- getOnAfterShowFooter
- in file forms.inc.php, method Page::getOnAfterShowFooter()
Fired after show the footer, which should be the last oportunity for you to
- getOnAuthenticate
- in file auth.inc.php, method BasicAuthentication::getOnAuthenticate()
Event fired after the user has entered username and password
- getOnBeforeAjaxProcess
- in file forms.inc.php, method Page::getOnBeforeAjaxProcess()
Fired just before the routine specified in ajaxcall is about to be called
- getOnBeforeCancel
- in file mysql.inc.php, method MySQLTable::getOnBeforeCancel()
- getOnBeforeCancel
- in file interbase.inc.php, method IBTable::getOnBeforeCancel()
- getOnBeforeCancel
- in file oracle.inc.php, method OracleTable::getOnBeforeCancel()
- getOnBeforeCancel
- in file dbtables.inc.php, method Table::getOnBeforeCancel()
- getOnBeforeClose
- in file mysql.inc.php, method MySQLTable::getOnBeforeClose()
- getOnBeforeClose
- in file interbase.inc.php, method IBTable::getOnBeforeClose()
- getOnBeforeClose
- in file dbtables.inc.php, method Table::getOnBeforeClose()
- getOnBeforeClose
- in file oracle.inc.php, method OracleTable::getOnBeforeClose()
- getOnBeforeConnect
- in file oracle.inc.php, method OracleDatabase::getOnBeforeConnect()
- getOnBeforeConnect
- in file mysql.inc.php, method MySQLDatabase::getOnBeforeConnect()
- getOnBeforeConnect
- in file interbase.inc.php, method IBDatabase::getOnBeforeConnect()
- getOnBeforeConnect
- in file dbtables.inc.php, method Database::getOnBeforeConnect()
- getOnBeforeDelete
- in file mysql.inc.php, method MySQLTable::getOnBeforeDelete()
- getOnBeforeDelete
- in file interbase.inc.php, method IBTable::getOnBeforeDelete()
- getOnBeforeDelete
- in file oracle.inc.php, method OracleTable::getOnBeforeDelete()
- getOnBeforeDelete
- in file dbtables.inc.php, method Table::getOnBeforeDelete()
- getOnBeforeDisconnect
- in file mysql.inc.php, method MySQLDatabase::getOnBeforeDisconnect()
- getOnBeforeDisconnect
- in file oracle.inc.php, method OracleDatabase::getOnBeforeDisconnect()
- getOnBeforeDisconnect
- in file dbtables.inc.php, method Database::getOnBeforeDisconnect()
- getOnBeforeDisconnect
- in file interbase.inc.php, method IBDatabase::getOnBeforeDisconnect()
- getOnBeforeEdit
- in file oracle.inc.php, method OracleTable::getOnBeforeEdit()
- getOnBeforeEdit
- in file dbtables.inc.php, method Table::getOnBeforeEdit()
- getOnBeforeEdit
- in file interbase.inc.php, method IBTable::getOnBeforeEdit()
- getOnBeforeEdit
- in file mysql.inc.php, method MySQLTable::getOnBeforeEdit()
- getOnBeforeInsert
- in file interbase.inc.php, method IBTable::getOnBeforeInsert()
- getOnBeforeInsert
- in file dbtables.inc.php, method Table::getOnBeforeInsert()
- getOnBeforeInsert
- in file oracle.inc.php, method OracleTable::getOnBeforeInsert()
- getOnBeforeInsert
- in file mysql.inc.php, method MySQLTable::getOnBeforeInsert()
- getOnBeforeOpen
- in file oracle.inc.php, method OracleTable::getOnBeforeOpen()
- getOnBeforeOpen
- in file mysql.inc.php, method MySQLTable::getOnBeforeOpen()
- getOnBeforeOpen
- in file interbase.inc.php, method IBTable::getOnBeforeOpen()
- getOnBeforeOpen
- in file dbtables.inc.php, method Table::getOnBeforeOpen()
- getOnBeforePost
- in file oracle.inc.php, method OracleTable::getOnBeforePost()
- getOnBeforePost
- in file mysql.inc.php, method MySQLTable::getOnBeforePost()
- getOnBeforePost
- in file interbase.inc.php, method IBTable::getOnBeforePost()
- getOnBeforePost
- in file dbtables.inc.php, method Table::getOnBeforePost()
- getOnBeforeShow
- in file controls.inc.php, method Control::getOnBeforeShow()
Fires the Event before showing the control.
- getOnBeforeShowHeader
- in file forms.inc.php, method Page::getOnBeforeShowHeader()
Fired before the page is going to render the header, this is useful to add
- getOnChange
- in file stdctrls.inc.php, method ComboBox::getOnChange()
- getOnChangeSelected
- in file comctrls.inc.php, method TreeView::getOnChangeSelected()
- getOnClick
- in file stdctrls.inc.php, method Memo::getOnClick()
- getOnClick
- in file stdctrls.inc.php, method Button::getOnClick()
- getOnClick
- in file stdctrls.inc.php, method RadioButton::getOnClick()
- getOnClick
- in file extctrls.inc.php, method Image::getOnClick()
Occurs when the user clicks the control.
- getOnClick
- in file menus.inc.php, method MainMenu::getOnClick()
- getOnClick
- in file extctrls.inc.php, method MapShape::getOnClick()
Occurs when the user clicks the control.
- getOnClick
- in file dbctrls.inc.php, method DBPaginator::getOnClick()
Occurs when a link on the database navigator is clicked, after the action is executed.
- getOnClick
- in file stdctrls.inc.php, method Label::getOnClick()
- getOnClick
- in file stdctrls.inc.php, method ComboBox::getOnClick()
- getOnClick
- in file extctrls.inc.php, method RadioGroup::getOnClick()
- getOnClick
- in file checklst.inc.php, method CheckListBox::getOnClick()
- getOnClick
- in file extctrls.inc.php, method PaintBox::getOnClick()
Occurs when the user clicks the control.
- getOnClick
- in file stdctrls.inc.php, method ListBox::getOnClick()
- getOnClick
- in file menus.inc.php, method PopupMenu::getOnClick()
- getOnClick
- in file stdctrls.inc.php, method CheckBox::getOnClick()
- getOnClick
- in file buttons.inc.php, method BitBtn::getOnClick()
Occurs when the user clicks the control.
- getOnClick
- in file chart.inc.php, method SimpleChart::getOnClick()
Occurs when the user clicks the control.
- getOnClick
- in file stdctrls.inc.php, method Edit::getOnClick()
- getOnCreate
- in file forms.inc.php, method Page::getOnCreate()
Fired when the page is created and all components have been loaded, this is
- getOnCustomConnect
- in file db.inc.php, method CustomConnection::getOnCustomConnect()
- getOnCustomize
- in file extctrls.inc.php, method Image::getOnCustomize()
Occurs before the image tag is written to the stream sent to the client.
- getOnDblClick
- in file stdctrls.inc.php, method ComboBox::getOnDblClick()
- getOnDblClick
- in file stdctrls.inc.php, method Label::getOnDblClick()
- getOnDblClick
- in file extctrls.inc.php, method PaintBox::getOnDblClick()
- getOnDblClick
- in file extctrls.inc.php, method MapShape::getOnDblClick()
- getOnDblClick
- in file stdctrls.inc.php, method Memo::getOnDblClick()
- getOnDblClick
- in file stdctrls.inc.php, method ListBox::getOnDblClick()
- getOnDblClick
- in file stdctrls.inc.php, method Edit::getOnDblClick()
- getOnDeleteError
- in file interbase.inc.php, method IBTable::getOnDeleteError()
- getOnDeleteError
- in file dbtables.inc.php, method Table::getOnDeleteError()
- getOnDeleteError
- in file oracle.inc.php, method OracleTable::getOnDeleteError()
- getOnDeleteError
- in file mysql.inc.php, method MySQLTable::getOnDeleteError()
- getOnExecute
- in file actnlist.inc.php, method ActionList::getOnExecute()
Fired when a web request contains a parameter named like the component name and the value is an action contained on the Actions array.
- getOnPaint
- in file extctrls.inc.php, method PaintBox::getOnPaint()
Fired when the control requires you to paint its contents.
- getOnRegisterServices
- in file webservices.inc.php, method Service::getOnRegisterServices()
Fired when the service needs to register the functions to be published by the service.
- getOnShow
- in file controls.inc.php, method Control::getOnShow()
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.
- getOnShowHeader
- in file forms.inc.php, method Page::getOnShowHeader()
Fired when showing the header, this event is the right place if you want to
- getOnStartBody
- in file forms.inc.php, method Page::getOnStartBody()
Fired just right after dump the <body> tag, so you can add anything you may need
- getOnSubmit
- in file extctrls.inc.php, method RadioGroup::getOnSubmit()
- getOnSubmit
- in file stdctrls.inc.php, method Edit::getOnSubmit()
- getOnSubmit
- in file checklst.inc.php, method CheckListBox::getOnSubmit()
- getOnSubmit
- in file forms.inc.php, method HiddenField::getOnSubmit()
Occurs when the form containing the control was submitted.
- getOnSubmit
- in file stdctrls.inc.php, method RadioButton::getOnSubmit()
- getOnSubmit
- in file stdctrls.inc.php, method ComboBox::getOnSubmit()
- getOnSubmit
- in file stdctrls.inc.php, method Upload::getOnSubmit()
- getOnSubmit
- in file stdctrls.inc.php, method ListBox::getOnSubmit()
- getOnSubmit
- in file comctrls.inc.php, method RichEdit::getOnSubmit()
- getOnSubmit
- in file stdctrls.inc.php, method CheckBox::getOnSubmit()
- getOnSubmit
- in file comctrls.inc.php, method ListView::getOnSubmit()
- getOnSubmit
- in file stdctrls.inc.php, method Memo::getOnSubmit()
- getOnTemplate
- in file forms.inc.php, method Page::getOnTemplate()
Fired when the template is about to be rendered.
- getOnUploaded
- in file stdctrls.inc.php, method CustomUpload::getOnUploaded()
onUploaded is a callback that will be executed when a file is uploaded
- getOrder
- in file oracle.inc.php, method OracleTable::getOrder()
- getOrder
- in file mysql.inc.php, method MySQLTable::getOrder()
- getOrder
- in file interbase.inc.php, method IBQuery::getOrder()
- getOrder
- in file dbtables.inc.php, method StoredProc::getOrder()
- getOrder
- in file dbtables.inc.php, method Table::getOrder()
- getOrder
- in file dbtables.inc.php, method Query::getOrder()
- getOrder
- in file interbase.inc.php, method IBTable::getOrder()
- getOrder
- in file oracle.inc.php, method OracleStoredProc::getOrder()
- getOrder
- in file mysql.inc.php, method MySQLQuery::getOrder()
- getOrder
- in file oracle.inc.php, method OracleQuery::getOrder()
- getOrder
- in file interbase.inc.php, method IBStoredProc::getOrder()
- getOrder
- in file mysql.inc.php, method MySQLStoredProc::getOrder()
- getOrderField
- in file interbase.inc.php, method IBTable::getOrderField()
- getOrderField
- in file dbtables.inc.php, method Query::getOrderField()
- getOrderField
- in file dbtables.inc.php, method Table::getOrderField()
- getOrderField
- in file oracle.inc.php, method OracleStoredProc::getOrderField()
- getOrderField
- in file mysql.inc.php, method MySQLStoredProc::getOrderField()
- getOrderField
- in file mysql.inc.php, method MySQLTable::getOrderField()
- getOrderField
- in file dbtables.inc.php, method StoredProc::getOrderField()
- getOrderField
- in file oracle.inc.php, method OracleTable::getOrderField()
- getOrderField
- in file interbase.inc.php, method IBStoredProc::getOrderField()
- getOrderField
- in file oracle.inc.php, method OracleQuery::getOrderField()
- getOrderField
- in file mysql.inc.php, method MySQLQuery::getOrderField()
- getOrderField
- in file interbase.inc.php, method IBQuery::getOrderField()
- getOrientation
- in file dbctrls.inc.php, method DBPaginator::getOrientation()
Orientation of the Paginator.
- getOrientation
- in file comctrls.inc.php, method TrackBar::getOrientation()
Specifies whether the track bar is oriented vertically or horizontally.
- getOrientation
- in file comctrls.inc.php, method ProgressBar::getOrientation()
- getOutputPath
- in file designide.inc.php, method PropertyEditor::getOutputPath()
If required, returns a path to become the document root for the webserver to call the property editor
- getOutputPath
- in file designide.inc.php, method ImagePropertyEditor::getOutputPath()
- getOutputPath
- in file designide.inc.php, method StringListPropertyEditor::getOutputPath()
- getOutputPath
- in file designide.inc.php, method HTMLPropertyEditor::getOutputPath()
- getOutputPath
- in file designide.inc.php, method ColorPropertyEditor::getOutputPath()
- getOutputPath
- in file designide.inc.php, method ItemsPropertyEditor::getOutputPath()
- getOutputPath
- in file designide.inc.php, method ArrayPropertyEditor::getOutputPath()
- getPageNumberFormat
- in file dbctrls.inc.php, method DBPaginator::getPageNumberFormat()
Format of the page numbers. %d defines the location of the number.
- getPageSize
- in file stdctrls.inc.php, method ScrollBar::getPageSize()
Specifies the size of the thumb tab.
- getParamBindMode
- in file oracle.inc.php, method OracleDataSet::getParamBindMode()
- getParamByNames
- in file oracle.inc.php, method OracleDataSet::getParamByNames()
- getParams
- in file dbtables.inc.php, method StoredProc::getParams()
- getParams
- in file mysql.inc.php, method MySQLStoredProc::getParams()
- getParams
- in file oracle.inc.php, method OracleStoredProc::getParams()
- getParams
- in file interbase.inc.php, method IBQuery::getParams()
- getParams
- in file oracle.inc.php, method OracleQuery::getParams()
- getParams
- in file mysql.inc.php, method MySQLQuery::getParams()
- getParams
- in file interbase.inc.php, method IBStoredProc::getParams()
- getParams
- in file dbtables.inc.php, method Query::getParams()
- getParentColor
- in file stdctrls.inc.php, method Label::getParentColor()
- getParentColor
- in file comctrls.inc.php, method TextField::getParentColor()
- getParentColor
- in file checklst.inc.php, method CheckListBox::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method ListBox::getParentColor()
- getParentColor
- in file comctrls.inc.php, method RichEdit::getParentColor()
- getParentColor
- in file dbctrls.inc.php, method DBPaginator::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method CheckBox::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method ComboBox::getParentColor()
- getParentColor
- in file buttons.inc.php, method BitBtn::getParentColor()
- getParentColor
- in file extctrls.inc.php, method Panel::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method Upload::getParentColor()
- getParentColor
- in file extctrls.inc.php, method RadioGroup::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method RadioButton::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method Memo::getParentColor()
- getParentColor
- in file extctrls.inc.php, method GroupBox::getParentColor()
- getParentColor
- in file comctrls.inc.php, method LabeledEdit::getParentColor()
- getParentColor
- in file comctrls.inc.php, method ListView::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method Edit::getParentColor()
- getParentColor
- in file stdctrls.inc.php, method Button::getParentColor()
- getParentFont
- in file pager.inc.php, method Pager::getParentFont()
- getParentFont
- in file extctrls.inc.php, method GroupBox::getParentFont()
- getParentFont
- in file comctrls.inc.php, method DateTimePicker::getParentFont()
- getParentFont
- in file checklst.inc.php, method CheckListBox::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method CheckBox::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method RadioButton::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method Label::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method Upload::getParentFont()
- getParentFont
- in file comctrls.inc.php, method LabeledEdit::getParentFont()
- getParentFont
- in file extctrls.inc.php, method RadioGroup::getParentFont()
- getParentFont
- in file extctrls.inc.php, method ButtonView::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method Edit::getParentFont()
- getParentFont
- in file comctrls.inc.php, method RichEdit::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method ComboBox::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method ListBox::getParentFont()
- getParentFont
- in file dbctrls.inc.php, method DBPaginator::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method Button::getParentFont()
- getParentFont
- in file stdctrls.inc.php, method Memo::getParentFont()
- getParentFont
- in file buttons.inc.php, method BitBtn::getParentFont()
- getParentFont
- in file extctrls.inc.php, method Panel::getParentFont()
- getParentFont
- in file comctrls.inc.php, method TextField::getParentFont()
- getParentNode
- in file comctrls.inc.php, method TreeNode::getParentNode()
Reference to parent TreeNode object.
- getParentShowHint
- in file comctrls.inc.php, method LabeledEdit::getParentShowHint()
- getParentShowHint
- in file extctrls.inc.php, method PaintBox::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method RadioButton::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method Label::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method Upload::getParentShowHint()
- getParentShowHint
- in file comctrls.inc.php, method TextField::getParentShowHint()
- getParentShowHint
- in file extctrls.inc.php, method Image::getParentShowHint()
- getParentShowHint
- in file buttons.inc.php, method BitBtn::getParentShowHint()
- getParentShowHint
- in file comctrls.inc.php, method UpDown::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method ScrollBar::getParentShowHint()
Specifies if we will use parent's show hint instead of this control showhint value
- getParentShowHint
- in file checklst.inc.php, method CheckListBox::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method ListBox::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method ComboBox::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method Button::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method Memo::getParentShowHint()
- getParentShowHint
- in file extctrls.inc.php, method GroupBox::getParentShowHint()
- getParentShowHint
- in file extctrls.inc.php, method RadioGroup::getParentShowHint()
- getParentShowHint
- in file comctrls.inc.php, method RichEdit::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method CheckBox::getParentShowHint()
- getParentShowHint
- in file stdctrls.inc.php, method Edit::getParentShowHint()
- getParentShowHint
- in file extctrls.inc.php, method Panel::getParentShowHint()
- getParentShowHint
- in file chart.inc.php, method SimpleChart::getParentShowHint()
- getParentShowHint
- in file extctrls.inc.php, method MapShape::getParentShowHint()
- getPassword
- in file auth.inc.php, method BasicAuthentication::getPassword()
Password to request to the user, the password entered by the user will be checked against the value of this property
- getPassword
- in file auth.inc.php, method DatabaseUser::getPassword()
Password to the database server holding the table to be used for authentication
- getPasswordFieldName
- in file auth.inc.php, method DatabaseUser::getPasswordFieldName()
Field name of the column that stores the password, this property will be used to determine the field to look for passwords
- getPen
- in file graphics.inc.php, method Canvas::getPen()
Specifies the kind of pen the canvas uses for drawing lines and outlining shapes.
- getPen
- in file extctrls.inc.php, method Shape::getPen()
Specifies the pen used to outline the shape control, checkout Pen class to know which subproperties you can use
- getPopupMenu
- in file stdctrls.inc.php, method ComboBox::getPopupMenu()
- getPopupMenu
- in file comctrls.inc.php, method TreeView::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method Edit::getPopupMenu()
- getPopupMenu
- in file comctrls.inc.php, method RichEdit::getPopupMenu()
- getPopupMenu
- in file extctrls.inc.php, method GroupBox::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method Upload::getPopupMenu()
- getPopupMenu
- in file comctrls.inc.php, method LabeledEdit::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method ScrollBar::getPopupMenu()
PopupMenu also called context menu for this scrollbar
- getPopupMenu
- in file stdctrls.inc.php, method RadioButton::getPopupMenu()
- getPopupMenu
- in file comctrls.inc.php, method PageControl::getPopupMenu()
- getPopupMenu
- in file extctrls.inc.php, method RadioGroup::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method Memo::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method CheckBox::getPopupMenu()
- getPopupMenu
- in file extctrls.inc.php, method PaintBox::getPopupMenu()
- getPopupMenu
- in file buttons.inc.php, method BitBtn::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method ListBox::getPopupMenu()
- getPopupMenu
- in file checklst.inc.php, method CheckListBox::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method Button::getPopupMenu()
- getPopupMenu
- in file comctrls.inc.php, method TextField::getPopupMenu()
- getPopupMenu
- in file extctrls.inc.php, method Image::getPopupMenu()
- getPopupMenu
- in file stdctrls.inc.php, method Label::getPopupMenu()
- getPosition
- in file comctrls.inc.php, method ProgressBar::getPosition()
- getPosition
- in file stdctrls.inc.php, method ScrollBar::getPosition()
Indicates the current position of the scroll bar.
- getPosition
- in file comctrls.inc.php, method TrackBar::getPosition()
Contains the current position of the slider of a TrackBar, use this property to set the initial position for the control when is rendered.
- getPosition
- in file comctrls.inc.php, method UpDown::getPosition()
- getPosition
- in file extctrls.inc.php, method ButtonView::getPosition()
- getPreviousCaption
- in file pager.inc.php, method Pager::getPreviousCaption()
Specifies the text to be used for the Previous button
- getProportional
- in file extctrls.inc.php, method Image::getProportional()
Indicates whether the image should be changed, without distortion, so that it fits the bounds of the image control.
- getQuality
- in file extctrls.inc.php, method FlashObject::getQuality()
- getReadOnly
- in file stdctrls.inc.php, method Edit::getReadOnly()
- getReadOnly
- in file stdctrls.inc.php, method Memo::getReadOnly()
- getReadOnly
- in file dbgrids.inc.php, method DBGrid::getReadOnly()
Indicates whether the grid is used for display only, or whether the user can edit data using the grid.
- getReadOnly
- in file stdctrls.inc.php, method Upload::getReadOnly()
- getReadOnly
- in file comctrls.inc.php, method TextField::getReadOnly()
- getReadOnly
- in file comctrls.inc.php, method LabeledEdit::getReadOnly()
- getRecordsPerPage
- in file pager.inc.php, method Pager::getRecordsPerPage()
Specifies how many records are shown on each page
- getResizeable
- in file forms.inc.php, method Frame::getResizeable()
Specifies if the frame is able to be resized by the user or not.
- getResizeable
- in file forms.inc.php, method Window::getResizeable()
Specifies if the window allows to be resized.
- getResizeMethod
- in file forms.inc.php, method Window::getResizeMethod()
Specifies the method used to resize the window
- getRestartDataset
- in file dbctrls.inc.php, method DBRepeater::getRestartDataset()
Specifies if the dataset is restarted or not when beginning to dump code
- getRightMargin
- in file forms.inc.php, method Page::getRightMargin()
Sets or retrieves the width of the right margin of the object.
- getRole
- in file acl.inc.php, method ACLManager::getRole()
Holds the role to be used when querying about allowed actions
- getRoot
- in file classes.inc.php, method Filer::getRoot()
Root component
- getRootNodeCaption
- in file comctrls.inc.php, method CustomTreeView::getRootNodeCaption()
Specifies the text to be used for the root node
- getRows
- in file graphics.inc.php, method Layout::getRows()
Rows for this layout, used in GRIDBAG_LAYOUT and COL_LAYOUT
- getSchemaTargetNamespace
- in file webservices.inc.php, method Service::getSchemaTargetNamespace()
Specifies the Target Name Space for the WSDL
- getScrolling
- in file forms.inc.php, method Frame::getScrolling()
Determines if the frame is going to have scrollbars to allow the user navigate through all the content.
- getSelected
- in file comctrls.inc.php, method ListItem::getSelected()
Indicates if the ListItem is selected or not.
- getSelectedIndex
- in file comctrls.inc.php, method TreeNode::getSelectedIndex()
Specifies the index in the tree view’s image list of the image displayed for the node when it is selected.
- getSelectionType
- in file comctrls.inc.php, method ListView::getSelectionType()
- getServiceName
- in file webservices.inc.php, method Service::getServiceName()
Specifies the Name of the service you want to create
- getShape
- in file extctrls.inc.php, method Bevel::getShape()
Determines the shape of the bevel
- getShape
- in file extctrls.inc.php, method Shape::getShape()
Specifies the shape the control is going to render, it can be any of the types specified.
- getShowCaption
- in file forms.inc.php, method Window::getShowCaption()
Specifies if the window shows a caption on the title bar
- getShowClose
- in file forms.inc.php, method Window::getShowClose()
Specifies if the window shows the close button or not
- getShowFirst
- in file dbctrls.inc.php, method DBPaginator::getShowFirst()
Indicates if the "First" link is shown.
- getShowFooter
- in file forms.inc.php, method Page::getShowFooter()
If false, the form doesn't dump any footer code.
- getShowHeader
- in file forms.inc.php, method Page::getShowHeader()
If false, the form doesn't dump any header code.
- getShowHint
- in file stdctrls.inc.php, method CheckBox::getShowHint()
- getShowHint
- in file extctrls.inc.php, method MapShape::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method Label::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method ComboBox::getShowHint()
- getShowHint
- in file forms.inc.php, method Page::getShowHint()
- getShowHint
- in file extctrls.inc.php, method PaintBox::getShowHint()
- getShowHint
- in file buttons.inc.php, method BitBtn::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method Button::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method ScrollBar::getShowHint()
Specifies if the Hint this control have will be shown when the user is over it
- getShowHint
- in file stdctrls.inc.php, method RadioButton::getShowHint()
- getShowHint
- in file comctrls.inc.php, method UpDown::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method Upload::getShowHint()
- getShowHint
- in file comctrls.inc.php, method LabeledEdit::getShowHint()
- getShowHint
- in file extctrls.inc.php, method GroupBox::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method Memo::getShowHint()
- getShowHint
- in file checklst.inc.php, method CheckListBox::getShowHint()
- getShowHint
- in file extctrls.inc.php, method Image::getShowHint()
- getShowHint
- in file extctrls.inc.php, method Panel::getShowHint()
- getShowHint
- in file dbctrls.inc.php, method DBPaginator::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method ListBox::getShowHint()
- getShowHint
- in file comctrls.inc.php, method TextField::getShowHint()
- getShowHint
- in file comctrls.inc.php, method RichEdit::getShowHint()
- getShowHint
- in file chart.inc.php, method SimpleChart::getShowHint()
- getShowHint
- in file stdctrls.inc.php, method Edit::getShowHint()
- getShowHint
- in file extctrls.inc.php, method RadioGroup::getShowHint()
- getShowIcon
- in file forms.inc.php, method Window::getShowIcon()
Specifies if the window shows the top left icon or not on the title bar
- getShowLast
- in file dbctrls.inc.php, method DBPaginator::getShowLast()
Indicates if the "Last" link is shown.
- getShowLines
- in file comctrls.inc.php, method TreeView::getShowLines()
- getShowMaximize
- in file forms.inc.php, method Window::getShowMaximize()
Specifies if the window shows the maximize button or not
- getShowMinimize
- in file forms.inc.php, method Window::getShowMinimize()
Specifies if the window shows the minimize button or not.
- getShowNext
- in file dbctrls.inc.php, method DBPaginator::getShowNext()
Indicates if the "Next" link is shown.
- getShownRecordsCount
- in file dbctrls.inc.php, method DBPaginator::getShownRecordsCount()
Indicates if the control shows the number of records or not
- getShowPrevious
- in file dbctrls.inc.php, method DBPaginator::getShowPrevious()
Indicates if the "Prev" link is shown.
- getShowRoot
- in file comctrls.inc.php, method TreeView::getShowRoot()
- getShowStatusBar
- in file forms.inc.php, method Window::getShowStatusBar()
Specifies if the window shows a status bar or not at the bottom
- getShowsTime
- in file comctrls.inc.php, method DateTimePicker::getShowsTime()
Determines if the datetimepicker also shows the time part of a date
- getShowsTime
- in file comctrls.inc.php, method MonthCalendar::getShowsTime()
Determines if the calendar also shows the time part of a date
- getSize
- in file stdctrls.inc.php, method ListBox::getSize()
- getSize
- in file stdctrls.inc.php, method Upload::getSize()
- getSize
- in file graphics.inc.php, method Font::getSize()
Size to be used to render this font, you can use a unit specifier, for example px, or em
- getSortAscending
- in file comctrls.inc.php, method ListView::getSortAscending()
- getSortColumnIndex
- in file comctrls.inc.php, method ListView::getSortColumnIndex()
- getSorted
- in file stdctrls.inc.php, method ComboBox::getSorted()
- getSorted
- in file stdctrls.inc.php, method ListBox::getSorted()
- getSource
- in file forms.inc.php, method Frame::getSource()
Defines the URL of the file/document to show inside the frame.
- getSpacing
- in file buttons.inc.php, method BitBtn::getSpacing()
Determines where the image and text appear on a bitmap button.
- getSQL
- in file dbtables.inc.php, method Query::getSQL()
- getSQL
- in file mysql.inc.php, method MySQLQuery::getSQL()
- getSQL
- in file interbase.inc.php, method IBQuery::getSQL()
- getSQL
- in file oracle.inc.php, method OracleQuery::getSQL()
- getStep
- in file comctrls.inc.php, method ProgressBar::getStep()
- getStoredProcName
- in file interbase.inc.php, method IBStoredProc::getStoredProcName()
- getStoredProcName
- in file oracle.inc.php, method OracleStoredProc::getStoredProcName()
- getStoredProcName
- in file mysql.inc.php, method MySQLStoredProc::getStoredProcName()
Name of the stored procedure to execute
- getStoredProcName
- in file dbtables.inc.php, method StoredProc::getStoredProcName()
Name of the stored procedure to execute
- getStoredType
- in file oracle.inc.php, method OracleStoredProc::getStoredType()
- getStretch
- in file extctrls.inc.php, method Image::getStretch()
Indicates whether the image should be changed so that it exactly fits the bounds of the image control.
- getStyle
- in file extctrls.inc.php, method Image::getStyle()
- getStyle
- in file stdctrls.inc.php, method Memo::getStyle()
- getStyle
- in file checklst.inc.php, method CheckListBox::getStyle()
- getStyle
- in file stdctrls.inc.php, method CheckBox::getStyle()
- getStyle
- in file chart.inc.php, method SimpleChart::getStyle()
- getStyle
- in file graphics.inc.php, method Font::getStyle()
Style to be used to render this font, can be one of these values:
- getStyle
- in file stdctrls.inc.php, method Button::getStyle()
- getStyle
- in file stdctrls.inc.php, method Label::getStyle()
- getStyle
- in file forms.inc.php, method Frame::getStyle()
- getStyle
- in file extctrls.inc.php, method Panel::getStyle()
- getStyle
- in file dbctrls.inc.php, method DBIteratorBegin::getStyle()
- getStyle
- in file stdctrls.inc.php, method Edit::getStyle()
- getStyle
- in file stdctrls.inc.php, method ListBox::getStyle()
- getStyle
- in file stdctrls.inc.php, method ComboBox::getStyle()
- getStyle
- in file stdctrls.inc.php, method Upload::getStyle()
- getStyle
- in file extctrls.inc.php, method RadioGroup::getStyle()
- getStyle
- in file stdctrls.inc.php, method RadioButton::getStyle()
- getStyle
- in file dbctrls.inc.php, method DBPaginator::getStyle()
- getSubItems
- in file comctrls.inc.php, method ListItem::getSubItems()
An array of SubItems that are shown in the remaing columns.
- getSwfFile
- in file extctrls.inc.php, method FlashObject::getSwfFile()
Location of the Flash file (*.swf).
- getTabIndex
- in file comctrls.inc.php, method PageControl::getTabIndex()
- getTableName
- in file mysql.inc.php, method MySQLTable::getTableName()
- getTableName
- in file oracle.inc.php, method OracleTable::getTableName()
- getTableName
- in file interbase.inc.php, method IBQuery::getTableName()
- getTableName
- in file interbase.inc.php, method IBTable::getTableName()
- getTableName
- in file dbtables.inc.php, method Table::getTableName()
- getTableName
- in file dbtables.inc.php, method Query::getTableName()
- getTableName
- in file business.inc.php, method BusinessObject::getTableName()
Specifies the name of the table to represent
- getTableName
- in file mysql.inc.php, method MySQLQuery::getTableName()
- getTableName
- in file oracle.inc.php, method OracleQuery::getTableName()
- getTabOrder
- in file stdctrls.inc.php, method RadioButton::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method Edit::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method Memo::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method Button::getTabOrder()
- getTabOrder
- in file checklst.inc.php, method CheckListBox::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method ListBox::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method CheckBox::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method Upload::getTabOrder()
- getTabOrder
- in file extctrls.inc.php, method RadioGroup::getTabOrder()
- getTabOrder
- in file stdctrls.inc.php, method ComboBox::getTabOrder()
- getTabPosition
- in file comctrls.inc.php, method PageControl::getTabPosition()
- getTabs
- in file comctrls.inc.php, method PageControl::getTabs()
- getTabStop
- in file stdctrls.inc.php, method Memo::getTabStop()
- getTabStop
- in file extctrls.inc.php, method RadioGroup::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method Upload::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method ListBox::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method CheckBox::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method ComboBox::getTabStop()
- getTabStop
- in file checklst.inc.php, method CheckListBox::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method RadioButton::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method Edit::getTabStop()
- getTabStop
- in file stdctrls.inc.php, method Button::getTabStop()
- getTag
- in file comctrls.inc.php, method TreeNode::getTag()
Tag to to identify the TreeNode differently than with the ItemID.
- getTag
- in file classes.inc.php, method Component::getTag()
A versatile property of every Component that can be used in any way you want
- getTarget
- in file forms.inc.php, method Page::getTarget()
- getTarget
- in file extctrls.inc.php, method MapShape::getTarget()
- getTemplateEngine
- in file forms.inc.php, method Page::getTemplateEngine()
Specifies the engine to be used to render this page using templates.
- getTemplateFilename
- in file forms.inc.php, method Page::getTemplateFilename()
Specifies the name of the template file to be used to render this page.
- getText
- in file comctrls.inc.php, method DateTimePicker::getText()
Value for the datetime picker
- getText
- in file stdctrls.inc.php, method Edit::getText()
- getText
- in file comctrls.inc.php, method LabeledEdit::getText()
- getText
- in file comctrls.inc.php, method TextField::getText()
- getTimeZone
- in file comctrls.inc.php, method DateTimePicker::getTimeZone()
The timezone to be used when generating the time for the control, the
- getTimeZone
- in file comctrls.inc.php, method MonthCalendar::getTimeZone()
The timezone to be used when generating the time for the control, the
- getTitle
- in file auth.inc.php, method BasicAuthentication::getTitle()
Title of the authentication dialog to show the user
- getTitle
- in file forms.inc.php, method Frame::getTitle()
This property offers advisory information about the frame component.
- getToolbars
- in file comctrls.inc.php, method RichEdit::getToolbars()
- getTop
- in file controls.inc.php, method Control::getTop()
Uses Top to locate the top of the control, or reposition the control to a different Y coordinate.
- getTopMargin
- in file forms.inc.php, method Page::getTopMargin()
Sets or retrieves the height of the top margin of the object.
- getType
- in file graphics.inc.php, method Layout::getType()
Type of this layout, it can be any value of the available ones:
- getUseAjax
- in file forms.inc.php, method Page::getUseAjax()
This property allows the Page, if set, to process and handle Ajax requests performed using Component::ajaxCall.
- getUseAjaxDebug
- in file forms.inc.php, method Page::getUseAjaxDebug()
This property enables a debug window, to show ajax calls information
- getUseAjaxUri
- in file forms.inc.php, method Page::getUseAjaxUri()
- getUseParts
- in file comctrls.inc.php, method ToolBar::getUseParts()
- getUsePixelTrans
- in file graphics.inc.php, method Layout::getUsePixelTrans()
Specifies if the code generated should use a transparent pixel or not
- getUser
- in file auth.inc.php, method DatabaseUser::getUser()
Username to access the database server looking for username/password table
- getUserName
- in file mysql.inc.php, method MySQLDatabase::getUserName()
The username you want to use to connect to the database server.
- getUserName
- in file dbtables.inc.php, method Database::getUserName()
Specifies the username used to acces the database
- getUserName
- in file interbase.inc.php, method IBDatabase::getUserName()
The username you want to use to connect to the database server.
- getUserName
- in file oracle.inc.php, method OracleDatabase::getUserName()
The username you want to use to connect to the database server.
- getUsername
- in file auth.inc.php, method BasicAuthentication::getUsername()
Valid username to authenticate against the username entered by the user
- getUserNameFieldName
- in file auth.inc.php, method DatabaseUser::getUserNameFieldName()
Field name of the column that stores the user name, this property will be used to determine the field to look for usernames
- getUserPassword
- in file dbtables.inc.php, method Database::getUserPassword()
Specifies the password to access the database
- getUserPassword
- in file oracle.inc.php, method OracleDatabase::getUserPassword()
The password for the username you want to use to connect to the database server.
- getUserPassword
- in file interbase.inc.php, method IBDatabase::getUserPassword()
The password for the username you want to use to connect to the database server.
- getUserPassword
- in file mysql.inc.php, method MySQLDatabase::getUserPassword()
The password for the username you want to use to connect to the database server.
- getUsersTable
- in file auth.inc.php, method DatabaseUser::getUsersTable()
Table that stores the user information, the table must have columns to store usernames and passwords, the name for that columns can be set using UserNameFieldName and PasswordFieldName properties
- getUseSID
- in file oracle.inc.php, method OracleDatabase::getUseSID()
- getValue
- in file forms.inc.php, method HiddenField::getValue()
Specifies the value for the HTML hidden field
- getVariant
- in file graphics.inc.php, method Font::getVariant()
Variant conversion to be used to render this font
- getVerbs
- in file designide.inc.php, method DatabaseEditor::getVerbs()
- getVerbs
- in file designide.inc.php, method ComponentEditor::getVerbs()
Return here an array of items to show when right clicking a component
- getVisible
- in file comctrls.inc.php, method UpDown::getVisible()
- getVisible
- in file comctrls.inc.php, method ListColumn::getVisible()
Determines if the Column is visible.
- getVisible
- in file menus.inc.php, method MainMenu::getVisible()
- getVisible
- in file stdctrls.inc.php, method Upload::getVisible()
- getVisible
- in file extctrls.inc.php, method Shape::getVisible()
- getVisible
- in file comctrls.inc.php, method LabeledEdit::getVisible()
- getVisible
- in file comctrls.inc.php, method RichEdit::getVisible()
- getVisible
- in file comctrls.inc.php, method ListView::getVisible()
- getVisible
- in file comctrls.inc.php, method TextField::getVisible()
- getVisible
- in file stdctrls.inc.php, method ListBox::getVisible()
- getVisible
- in file forms.inc.php, method Window::getVisible()
- getVisible
- in file checklst.inc.php, method CheckListBox::getVisible()
- getVisible
- in file stdctrls.inc.php, method ScrollBar::getVisible()
Specifies if the control is visible or not
- getVisible
- in file comctrls.inc.php, method TreeView::getVisible()
- getVisible
- in file stdctrls.inc.php, method Button::getVisible()
- getVisible
- in file extctrls.inc.php, method Image::getVisible()
- getVisible
- in file chart.inc.php, method SimpleChart::getVisible()
- getVisible
- in file extctrls.inc.php, method PaintBox::getVisible()
- getVisible
- in file stdctrls.inc.php, method Label::getVisible()
- getVisible
- in file buttons.inc.php, method BitBtn::getVisible()
- getVisible
- in file forms.inc.php, method Page::getVisible()
- getVisible
- in file stdctrls.inc.php, method CheckBox::getVisible()
- getVisible
- in file dbgrids.inc.php, method DBGrid::getVisible()
- getVisible
- in file comctrls.inc.php, method PageControl::getVisible()
- getVisible
- in file extctrls.inc.php, method RadioGroup::getVisible()
- getVisible
- in file dbctrls.inc.php, method DBPaginator::getVisible()
- getVisible
- in file extctrls.inc.php, method FlashObject::getVisible()
- getVisible
- in file extctrls.inc.php, method ButtonView::getVisible()
- getVisible
- in file extctrls.inc.php, method Panel::getVisible()
- getVisible
- in file extctrls.inc.php, method Bevel::getVisible()
- getVisible
- in file stdctrls.inc.php, method RadioButton::getVisible()
- getVisible
- in file stdctrls.inc.php, method ComboBox::getVisible()
- getVisible
- in file comctrls.inc.php, method ToolBar::getVisible()
- getVisible
- in file stdctrls.inc.php, method Edit::getVisible()
- getVisible
- in file stdctrls.inc.php, method Memo::getVisible()
- getVisible
- in file extctrls.inc.php, method GroupBox::getVisible()
- getVisible
- in file comctrls.inc.php, method ColorSelector::getVisible()
- getWeight
- in file graphics.inc.php, method Font::getWeight()
Specifies the weight (boldness) for this font
- getWidth
- in file comctrls.inc.php, method ListColumn::getWidth()
Width of the column.
- getWidth
- in file graphics.inc.php, method Pen::getWidth()
Specifies the width of the pen in pixels.
- getWidth
- in file controls.inc.php, method Control::getWidth()
Specifies the horizontal size of the control or form in pixels.
- getWordWrap
- in file stdctrls.inc.php, method Label::getWordWrap()
- getWordWrap
- in file stdctrls.inc.php, method Memo::getWordWrap()
- GraphicControl
- in file controls.inc.php, class GraphicControl
Base class for controls with graphic capabilities.
- graphics.inc.php
- procedural page graphics.inc.php
- GRIDBAG_LAYOUT
- in file graphics.inc.php, constant GRIDBAG_LAYOUT
- grids.inc.php
- procedural page grids.inc.php
- GroupBox
- in file extctrls.inc.php, class GroupBox
Control to group another controls inside a frame
top
h
- $hasframes
- in file forms.inc.php, variable Page::$hasframes
- hasValidDataField
- in file classes.inc.php, method Component::hasValidDataField()
Returns true if a valid data field is attached to the component
- headercode
- in file smartytemplate.inc.php, method SmartyTemplate::headercode()
This method gets the code for the header section of the template
- HiddenField
- in file forms.inc.php, class HiddenField
A component to generate an html hidden field.
- HTMLPropertyEditor
- in file designide.inc.php, class HTMLPropertyEditor
HTML property editor, for captions and so on
- htmlToText
- in file rtl.inc.php, function htmlToText()
Converts HTML to plain text
top
i
- $input
- in file system.inc.php, variable Object::$input
Global input object, easily accessible without declaring global
- $items
- in file classes.inc.php, variable Collection::$items
- IBDatabase
- in file interbase.inc.php, class IBDatabase
IBDatabase provides discrete control over a connection to a single InterBase database in a database application.
- IBDataSet
- in file interbase.inc.php, class IBDataSet
IBDataSet defines database-related connectivity properties and methods for a dataset.
- IBQuery
- in file interbase.inc.php, class IBQuery
IBQuery represents a dataset with a result set that is based on an SQL statement.
- IBStoredProc
- in file interbase.inc.php, class IBStoredProc
IBStoredProc encapsulates a stored procedure in an application.
- IBTable
- in file interbase.inc.php, class IBTable
IBTable encapsulates a database table in a InterBase server.
- Image
- in file extctrls.inc.php, class Image
A class to encapsulate and display an image.
- ImageList
- in file imglist.inc.php, class ImageList
A component that holds a list of image paths.
- ImagePropertyEditor
- in file designide.inc.php, class ImagePropertyEditor
Image property editor - not finished
- imglist.inc.php
- procedural page imglist.inc.php
- indexof
- in file classes.inc.php, method Collection::indexof()
Returns the index of the first entry in the Items array with a specified value.
- inheritsFrom
- in file system.inc.php, method Object::inheritsFrom()
Determines the relationship of two object types.
- init
- in file webservices.inc.php, method Service::init()
- init
- in file extctrls.inc.php, method PaintBox::init()
This is an internal method you don't need to call directly
- init
- in file extctrls.inc.php, method CustomRadioGroup::init()
- init
- in file extctrls.inc.php, method Image::init()
- init
- in file extctrls.inc.php, method MapShape::init()
- init
- in file checklst.inc.php, method CustomCheckListBox::init()
- init
- in file classes.inc.php, method Component::init()
Initializes a component
- init
- in file chart.inc.php, method SimpleChart::init()
- init
- in file stdctrls.inc.php, method CustomEdit::init()
- init
- in file stdctrls.inc.php, method CustomLabel::init()
- init
- in file stdctrls.inc.php, method CustomListBox::init()
- init
- in file stdctrls.inc.php, method CustomUpload::init()
- init
- in file stdctrls.inc.php, method ButtonControl::init()
- init
- in file pager.inc.php, method Pager::init()
- init
- in file buttons.inc.php, method BitBtn::init()
- init
- in file actnlist.inc.php, method ActionList::init()
- init
- in file menus.inc.php, method CustomMainMenu::init()
- init
- in file menus.inc.php, method CustomPopupMenu::init()
- init
- in file dbgrids.inc.php, method DBGrid::init()
- init
- in file forms.inc.php, method HiddenField::init()
- init
- in file comctrls.inc.php, method CustomTreeView::init()
- init
- in file controls.inc.php, method Control::init()
- init
- in file comctrls.inc.php, method CustomTextField::init()
- init
- in file comctrls.inc.php, method CustomListView::init()
- init
- in file comctrls.inc.php, method CustomPageControl::init()
- initialize
- in file smartytemplate.inc.php, method SmartyTemplate::initialize()
- initialize
- in file templateplugins.inc.php, method PageTemplate::initialize()
Called to initialize the template system
- initLibrary
- in file graphics.inc.php, method Canvas::initLibrary()
This method dumps the .js required to initiate graphic library
- initRecord
- in file db.inc.php, method DataSet::initRecord()
To initialize the current record
- Input
- in file system.inc.php, class Input
Input class, offers an easy way to get filtered input from the user.
- InputFilter
- in file system.inc.php, class InputFilter
Native Input Filter, not working yet
- InputParam
- in file system.inc.php, class InputParam
Represents an input parameter from the user, it doesn't inherit from Object to be faster and smaller.
- insert
- in file db.inc.php, method DataSet::insert()
Inserts a new, empty record in the dataset.
- insertComponent
- in file classes.inc.php, method Component::insertComponent()
Inserts a component into the component's collection
- inSession
- in file classes.inc.php, method Persistent::inSession()
This method determines if this object exists in the current session.
- interbase.inc.php
- procedural page interbase.inc.php
- internalAddRecord
- in file db.inc.php, method DataSet::internalAddRecord()
- internalCancel
- in file db.inc.php, method DataSet::internalCancel()
To be overriden to perform a cancel() operation
- InternalClose
- in file dbtables.inc.php, method DBDataSet::InternalClose()
- internalClose
- in file db.inc.php, method DataSet::internalClose()
Override this method to perform the closing of the dataset
- InternalDelete
- in file dbtables.inc.php, method CustomTable::InternalDelete()
- internalDelete
- in file db.inc.php, method DataSet::internalDelete()
To be overriden to perform a delete() operation
- InternalDelete
- in file mysql.inc.php, method CustomMySQLTable::InternalDelete()
- InternalDelete
- in file oracle.inc.php, method CustomOracleTable::InternalDelete()
- internalDelete
- in file interbase.inc.php, method CustomIBTable::internalDelete()
- internalEdit
- in file db.inc.php, method DataSet::internalEdit()
To be overriden to perform a edit() operation
- InternalFirst
- in file mysql.inc.php, method MySQLDataSet::InternalFirst()
- InternalFirst
- in file oracle.inc.php, method OracleDataSet::InternalFirst()
- internalFirst
- in file db.inc.php, method DataSet::internalFirst()
To be overriden to perform a first() operation
- InternalFirst
- in file dbtables.inc.php, method DBDataSet::InternalFirst()
- internalFirst
- in file interbase.inc.php, method IBDataSet::internalFirst()
- internalHandleException
- in file db.inc.php, method DataSet::internalHandleException()
Override this method to handle exceptions
- internalInitFieldDefs
- in file db.inc.php, method DataSet::internalInitFieldDefs()
Override this method to init field definitions. Not used.
- internalInitRecord
- in file db.inc.php, method DataSet::internalInitRecord()
- internalInsert
- in file db.inc.php, method DataSet::internalInsert()
To be overriden to perform a insert() operation
- internalLast
- in file db.inc.php, method DataSet::internalLast()
To be overriden to perform a last() operation
- InternalLast
- in file dbtables.inc.php, method DBDataSet::InternalLast()
- InternalOpen
- in file oracle.inc.php, method OracleDataSet::InternalOpen()
- internalOpen
- in file interbase.inc.php, method IBDataSet::internalOpen()
- InternalOpen
- in file dbtables.inc.php, method DBDataSet::InternalOpen()
- InternalOpen
- in file mysql.inc.php, method MySQLDataSet::InternalOpen()
- internalOpen
- in file db.inc.php, method DataSet::internalOpen()
Override this method to perform the opening of the dataset
- InternalOpen
- in file oracle.inc.php, method CustomOracleStoredProc::InternalOpen()
- InternalPost
- in file oracle.inc.php, method CustomOracleTable::InternalPost()
- internalPost
- in file db.inc.php, method DataSet::internalPost()
To be overriden to perform a post() operation
- internalPost
- in file interbase.inc.php, method CustomIBTable::internalPost()
- InternalPost
- in file dbtables.inc.php, method CustomTable::InternalPost()
- InternalPost
- in file mysql.inc.php, method CustomMySQLTable::InternalPost()
- internalRefresh
- in file db.inc.php, method DataSet::internalRefresh()
To be overriden to perform a refresh() operation
- isAllowed
- in file acl.inc.php, method ACLManager::isAllowed()
Use this method to check if an specific role (user/group/etc) is allowed to access a resource
- isApplication
- in file stdctrls.inc.php, method CustomUpload::isApplication()
Determines if the uploaded file is an application
- isCursorOpen
- in file db.inc.php, method DataSet::isCursorOpen()
Override this method to return if the cursor is open or not
- isGIF
- in file stdctrls.inc.php, method CustomUpload::isGIF()
Determines if the uploaded file is a GIF file
- isImage
- in file stdctrls.inc.php, method CustomUpload::isImage()
Determines if the uploaded file is a graphic file
- isJPEG
- in file stdctrls.inc.php, method CustomUpload::isJPEG()
Determines if the uploaded file is a JPEG file
- isModified
- in file graphics.inc.php, method Brush::isModified()
Returns the status of the internal flag for modified state
- isModified
- in file graphics.inc.php, method Pen::isModified()
Returns true if the properties of the Pen has been modified
- isPNG
- in file stdctrls.inc.php, method CustomUpload::isPNG()
Determines if the uploaded file is a PNG file
- isText
- in file stdctrls.inc.php, method CustomUpload::isText()
Determines if the uploaded file is a text file
- isUpdating
- in file graphics.inc.php, method Font::isUpdating()
Indicates if the Font object is in update mode. If true, the control where the Font is assigned to will not be notified when a property changes.
- isUploadedFile
- in file stdctrls.inc.php, method CustomUpload::isUploadedFile()
Wrapper function for the php intern is_uploaded_file function
- isVideo
- in file stdctrls.inc.php, method CustomUpload::isVideo()
Determines if the uploaded file is a video file
- ItemAtPos
- in file checklst.inc.php, method CustomCheckListBox::ItemAtPos()
Return the item in the list box specified by $itemkey
- ItemsPropertyEditor
- in file designide.inc.php, class ItemsPropertyEditor
Items property editor, for menus and treeviews
top
top
l
- $lastresourceread
- in file classes.inc.php, variable Component::$lastresourceread
- $loadjstime
- in file comctrls.inc.php, variable CustomRichEdit::$loadjstime
This time is used for to work around a problem in the Xinha editor. The editor JS object is not yet initialized while the page is loading.
- Label
- in file stdctrls.inc.php, class Label
Use Label to add text that the user can't edit to a page. This text can be used to label another control specifying about its usage.
- LabeledEdit
- in file comctrls.inc.php, class LabeledEdit
An edit component with an attached Label.
- last
- in file classes.inc.php, method Collection::last()
Returns the last element from the collection.
- last
- in file db.inc.php, method DataSet::last()
Moves to the last record in the dataset.
- Layout
- in file graphics.inc.php, class Layout
Layout encapsulation to allow any component to hold controls and render them in very different ways
- line
- in file graphics.inc.php, method Canvas::line()
Draws a line on the canvas using specified coordinates
- LinesAsHTML
- in file stdctrls.inc.php, method CustomMemo::LinesAsHTML()
Converts the text of the Lines property into way which can be used in the HTML output.
- linkClick
- in file dbctrls.inc.php, method DBPaginator::linkClick()
Simulates a link click on the database navigator, invoking the action of the link.
- linkClicked
- in file dbctrls.inc.php, method DBPaginator::linkClicked()
Execute the $action of a clicked link.
- ListBox
- in file stdctrls.inc.php, class ListBox
ListBox displays a collection of items in a scrollable list.
- ListColumn
- in file comctrls.inc.php, class ListColumn
ListColumn represents a column of a ListView.
- ListItem
- in file comctrls.inc.php, class ListItem
ListItem is an individual item of a ListView control.
- ListView
- in file comctrls.inc.php, class ListView
ListView displays a list of items in one or more columns.
- loaded
- in file extctrls.inc.php, method CustomButtonView::loaded()
- loaded
- in file extctrls.inc.php, method CustomRadioGroup::loaded()
- loaded
- in file interbase.inc.php, method IBDataSet::loaded()
- loaded
- in file forms.inc.php, method Page::loaded()
- loaded
- in file extctrls.inc.php, method Image::loaded()
- loaded
- in file menus.inc.php, method CustomPopupMenu::loaded()
- loaded
- in file stdctrls.inc.php, method CustomEdit::loaded()
- loaded
- in file stdctrls.inc.php, method CustomLabel::loaded()
- loaded
- in file stdctrls.inc.php, method CustomListBox::loaded()
- loaded
- in file styles.inc.php, method CustomStyleSheet::loaded()
- loaded
- in file stdctrls.inc.php, method ButtonControl::loaded()
- loaded
- in file pager.inc.php, method Pager::loaded()
- loaded
- in file dbtables.inc.php, method DBDataSet::loaded()
- loaded
- in file mysql.inc.php, method MySQLDataSet::loaded()
- loaded
- in file oracle.inc.php, method OracleDataSet::loaded()
- loaded
- in file menus.inc.php, method CustomMainMenu::loaded()
- loaded
- in file dbctrls.inc.php, method DBIteratorEnd::loaded()
- loaded
- in file comctrls.inc.php, method CustomTextField::loaded()
- loaded
- in file comctrls.inc.php, method CustomToolBar::loaded()
- loaded
- in file dbgrids.inc.php, method DBGrid::loaded()
- loaded
- in file comctrls.inc.php, method CustomListView::loaded()
- loaded
- in file classes.inc.php, method Component::loaded()
Initializes the component after the form file has been read into memory.
- loaded
- in file buttons.inc.php, method SpeedButton::loaded()
- loaded
- in file checklst.inc.php, method CustomCheckListBox::loaded()
- loaded
- in file comctrls.inc.php, method CustomUpDown::loaded()
- loaded
- in file comctrls.inc.php, method CustomTreeView::loaded()
- loaded
- in file dbctrls.inc.php, method DBRepeater::loaded()
- loaded
- in file business.inc.php, method BusinessObject::loaded()
- loaded
- in file dbctrls.inc.php, method DBPaginator::loaded()
- loaded
- in file dbctrls.inc.php, method DBIteratorBegin::loaded()
- loaded
- in file controls.inc.php, method Control::loaded()
- loaded
- in file db.inc.php, method Datasource::loaded()
- loaded
- in file db.inc.php, method CustomConnection::loaded()
- loaded
- in file db.inc.php, method DataSet::loaded()
- loadedChildren
- in file classes.inc.php, method Component::loadedChildren()
Calls childrens loaded
- loadResource
- in file classes.inc.php, method Component::loadResource()
Loads this component from a string
- lpAbove
- in file comctrls.inc.php, constant lpAbove
EditLabel.LabelPosition
- lpBelow
- in file comctrls.inc.php, constant lpBelow
top
m
- MainMenu
- in file menus.inc.php, class MainMenu
MainMenu encapsulates a menu bar and its accompanying drop-down menus for an HTML page.
- makeQuery
- in file oracle.inc.php, method CustomOracleStoredProc::makeQuery()
- MapShape
- in file extctrls.inc.php, class MapShape
Encapsulates a shape for images, to create mapped images.
- Memo
- in file stdctrls.inc.php, class Memo
Memo is a wrapper for an HTML multiline edit control.
- menus.inc.php
- procedural page menus.inc.php
- MetaFields
- in file oracle.inc.php, method OracleDatabase::MetaFields()
- MetaFields
- in file db.inc.php, method CustomConnection::MetaFields()
Returns the fieldnames for the table
- MetaFields
- in file mysql.inc.php, method MySQLDatabase::MetaFields()
- MetaFields
- in file dbtables.inc.php, method Database::MetaFields()
- metaFields
- in file interbase.inc.php, method IBDatabase::metaFields()
- methodExists
- in file system.inc.php, method Object::methodExists()
Check if a method exists declared on this object instance.
- mmFrame
- in file forms.inc.php, constant mmFrame
- mmOpaque
- in file forms.inc.php, constant mmOpaque
- mmTranslucent
- in file forms.inc.php, constant mmTranslucent
- modified
- in file graphics.inc.php, method Pen::modified()
Set this Pen as being modified
- modified
- in file graphics.inc.php, method Font::modified()
Check if the font has been modified to set to false the parentfont
- modified
- in file graphics.inc.php, method Brush::modified()
Mark the brush as modified.
- moHorizontal
- in file comctrls.inc.php, constant moHorizontal
- MonthCalendar
- in file comctrls.inc.php, class MonthCalendar
MonthCalendar is stand-alone calendar in which a user can select a date.
- MoveBy
- in file mysql.inc.php, method MySQLDataSet::MoveBy()
- MoveBy
- in file oracle.inc.php, method OracleDataSet::MoveBy()
- moveBy
- in file interbase.inc.php, method IBDataSet::moveBy()
- MoveBy
- in file dbtables.inc.php, method DBDataSet::MoveBy()
- moveBy
- in file db.inc.php, method DataSet::moveBy()
Moves to another record relative to the active record in the dataset.
- moVertical
- in file comctrls.inc.php, constant moVertical
- moveUploadedFile
- in file stdctrls.inc.php, method CustomUpload::moveUploadedFile()
Wrapper function for the php intern move_upload_file function
- mysql.inc.php
- procedural page mysql.inc.php
- MySQLDatabase
- in file mysql.inc.php, class MySQLDatabase
MySQLDatabase provides discrete control over a connection to a single MySQL database in a database application.
- MySQLDataSet
- in file mysql.inc.php, class MySQLDataSet
MySQLDataSet encapsulates database connectivity for descendant dataset objects.
- MySQLQuery
- in file mysql.inc.php, class MySQLQuery
MySQLQuery represents a dataset with a result set that is based on an SQL statement.
- MySQLStoredProc
- in file mysql.inc.php, class MySQLStoredProc
MySQLStoredProc encapsulates a stored procedure in an application.
- MySQLTable
- in file mysql.inc.php, class MySQLTable
MySQLTable encapsulates a database table in a MySQL server.
top
top
o
- $offset
- in file pager.inc.php, variable Pager::$offset
- $owner
- in file classes.inc.php, variable Component::$owner
- Object
- in file system.inc.php, class Object
Object is the ultimate ancestor of all objects and components.
- open
- in file db.inc.php, method DataSet::open()
Opens the dataset.
- Open
- in file db.inc.php, method CustomConnection::Open()
Opens the connection.
- openCursor
- in file db.inc.php, method DataSet::openCursor()
Opens the cursor for the dataset
- OpenCursorComplete
- in file db.inc.php, method DataSet::OpenCursorComplete()
Finishes the open cursor operation
- oracle.inc.php
- procedural page oracle.inc.php
- OracleDatabase
- in file oracle.inc.php, class OracleDatabase
OracleDatabase provides discrete control over a connection to a single Oracle database in a database application.
- OracleDataSet
- in file oracle.inc.php, class OracleDataSet
OracleDataSet encapsulates database connectivity for descendant dataset objects.
- OracleQuery
- in file oracle.inc.php, class OracleQuery
OracleQuery represents a dataset with a result set that is based on an SQL statement.
- OracleStoredProc
- in file oracle.inc.php, class OracleStoredProc
OracleStoredProc encapsulates a stored procedure in an application.
- OracleTable
- in file oracle.inc.php, class OracleTable
OracleTable encapsulates a database table in a Oracle server.
- orHorizontal
- in file extctrls.inc.php, constant orHorizontal
- orVertical
- in file extctrls.inc.php, constant orVertical
top
p
- Page
- in file forms.inc.php, class Page
A class to encapsulate a web page.
- PageControl
- in file comctrls.inc.php, class PageControl
A set of pages used to make a multiple page dialog box.
- Pager
- in file pager.inc.php, class Pager
A control to paginate sets of data and adapted to work with datasets also
- pager.inc.php
- procedural page pager.inc.php
- PageTemplate
- in file templateplugins.inc.php, class PageTemplate
Base class for template engines.
- paint
- in file graphics.inc.php, method Canvas::paint()
Paints the canvas
- PaintBox
- in file extctrls.inc.php, class PaintBox
PaintBox provides a canvas that applications can use for rendering an image.
- Panel
- in file extctrls.inc.php, class Panel
A component to group another controls
- Param
- in file db.inc.php, method CustomConnection::Param()
Returns a parameter formatted depending on the database type
- Param
- in file dbtables.inc.php, method Database::Param()
- param
- in file interbase.inc.php, method IBDatabase::param()
- Param
- in file oracle.inc.php, method OracleDatabase::Param()
- Param
- in file mysql.inc.php, method MySQLDatabase::Param()
- ParseCSSFile
- in file styles.inc.php, method CustomStyleSheet::ParseCSSFile()
This method parses the CSS file and populates the stylelist
- pbHorizontal
- in file comctrls.inc.php, constant pbHorizontal
ProgressBar Orientation
- pbVertical
- in file comctrls.inc.php, constant pbVertical
- Pen
- in file graphics.inc.php, class Pen
Pen is used to draw lines or outline shapes on a canvas.
- Persistent
- in file classes.inc.php, class Persistent
A base class for persistent objects which are the ones which provide the required features to be serialized/unserialized easily.
- polygon
- in file graphics.inc.php, method Canvas::polygon()
Draws a series of lines on the canvas connecting the points passed in and closing the shape by drawing a line from the last point to the first point.
- polyline
- in file graphics.inc.php, method Canvas::polyline()
Draws a series of lines on the canvas with the current pen, connecting each of the points passed to it in Points.
- PopupMenu
- in file menus.inc.php, class PopupMenu
Use PopupMenu to define the pop-up menu that appears when the user clicks on a control with the right mouse button.
- post
- in file db.inc.php, method DataSet::post()
Implements a virtual method to write a modified record to the database or change log.
- Post
- in file oracle.inc.php, method CustomOracleQuery::Post()
- Post
- in file oracle.inc.php, method CustomOracleTable::Post()
Updates or Inserts a record, depending on the current state of the dataset
- preinit
- in file stdctrls.inc.php, method CustomCheckBox::preinit()
- preinit
- in file comctrls.inc.php, method DateTimePicker::preinit()
- preinit
- in file checklst.inc.php, method CustomCheckListBox::preinit()
- preinit
- in file classes.inc.php, method Component::preinit()
Method called before init()
- preinit
- in file comctrls.inc.php, method MonthCalendar::preinit()
- preinit
- in file stdctrls.inc.php, method CustomEdit::preinit()
- preinit
- in file comctrls.inc.php, method TrackBar::preinit()
- preinit
- in file comctrls.inc.php, method CustomTextField::preinit()
- preinit
- in file stdctrls.inc.php, method RadioButton::preinit()
- preinit
- in file extctrls.inc.php, method CustomRadioGroup::preinit()
- preinit
- in file dbctrls.inc.php, method DBPaginator::preinit()
- preinit
- in file stdctrls.inc.php, method CustomListBox::preinit()
- preinit
- in file forms.inc.php, method HiddenField::preinit()
- preinit
- in file comctrls.inc.php, method CustomUpDown::preinit()
- preinit
- in file stdctrls.inc.php, method CustomMemo::preinit()
- preinit
- in file stdctrls.inc.php, method CustomUpload::preinit()
- Prepare
- in file mysql.inc.php, method MySQLDatabase::Prepare()
- Prepare
- in file mysql.inc.php, method MySQLStoredProc::Prepare()
- Prepare
- in file oracle.inc.php, method CustomOracleStoredProc::Prepare()
- Prepare
- in file dbtables.inc.php, method Database::Prepare()
- Prepare
- in file oracle.inc.php, method CustomOracleQuery::Prepare()
Sends a query to the server for optimization prior to execution.
- Prepare
- in file dbtables.inc.php, method StoredProc::Prepare()
- prepare
- in file interbase.inc.php, method IBStoredProc::prepare()
- Prepare
- in file oracle.inc.php, method OracleDatabase::Prepare()
Prepares a query to be executed and performs parameter optimizations
- Prepare
- in file db.inc.php, method CustomConnection::Prepare()
Sends a query to the server for optimization prior to execution.
- prepare
- in file interbase.inc.php, method CustomIBQuery::prepare()
Sends a query to the server for optimization prior to execution.
- prepare
- in file interbase.inc.php, method IBDatabase::prepare()
- Prepare
- in file mysql.inc.php, method CustomMySQLQuery::Prepare()
Sends a query to the server for optimization prior to execution.
- Prepare
- in file dbtables.inc.php, method CustomQuery::Prepare()
Sends a query to the server for optimization prior to execution.
- PrepareQWJSEvent
- in file stdctrls.inc.php, method QWidget::PrepareQWJSEvent()
Dumps code to add an event for the widget
- PrepareSP
- in file oracle.inc.php, method OracleDatabase::PrepareSP()
- prepareSP
- in file interbase.inc.php, method IBDatabase::prepareSP()
Prepares a stored procedure for execution
- PrepareSP
- in file mysql.inc.php, method MySQLDatabase::PrepareSP()
Prepares a stored procedure for execution
- PrepareSP
- in file dbtables.inc.php, method Database::PrepareSP()
Prepares the Stored Procedure to be executed
- prior
- in file db.inc.php, method DataSet::prior()
Moves to the previous record in the dataset.
- process
- in file system.inc.php, method InputFilter::process()
Process user input to be clean
- processAjax
- in file forms.inc.php, method Page::processAjax()
This method is called to setup the Ajax functionality when dumping Page code
- processMethods
- in file classes.inc.php, function processMethods()
Helper function to filter the array of methods for an specific component, not to be called directly
- ProgressBar
- in file comctrls.inc.php, class ProgressBar
Use ProgressBar to add a progress bar to a form.
- PropertyEditor
- in file designide.inc.php, class PropertyEditor
Base class for property editors
- psDash
- in file graphics.inc.php, constant psDash
- psDashDot
- in file graphics.inc.php, constant psDashDot
- psDashDotDot
- in file graphics.inc.php, constant psDashDotDot
- psDot
- in file graphics.inc.php, constant psDot
- psSolid
- in file graphics.inc.php, constant psSolid
top
top
r
- $reallastresourceread
- in file classes.inc.php, variable Component::$reallastresourceread
- RadioButton
- in file stdctrls.inc.php, class RadioButton
Use RadioButton to add an indipendent radio button to a form.
- RadioGroup
- in file extctrls.inc.php, class RadioGroup
RadioGroup represents a group of radio buttons that function together.
- RawInputParam
- in file system.inc.php, class RawInputParam
This class represents an input param with no filtering at all.
- readAccept
- in file stdctrls.inc.php, method CustomUpload::readAccept()
Specifies the accept filetypes.
- readAccessibility
- in file dbgrids.inc.php, method DBGrid::readAccessibility()
To give permission to execute certain methods
- readAccessibility
- in file classes.inc.php, method Component::readAccessibility()
Provides accessibility info to the embedded RPC engine.
- readActive
- in file db.inc.php, method DataSet::readActive()
Specifies whether or not a dataset is open.
- readAdjustToLayout
- in file controls.inc.php, method Control::readAdjustToLayout()
A helper property for Layouts to know if the component should adjust to the layout or not
- readAlign
- in file controls.inc.php, method Control::readAlign()
Determines how the control aligns within its container (parent control).
- readAlignment
- in file controls.inc.php, method Control::readAlignment()
Specifies the alignment to be used by the control, it depends on the control on how to use this property to show information.
- readAssociativeFieldValues
- in file mysql.inc.php, method CustomMySQLTable::readAssociativeFieldValues()
Return an array containg the row values
- readAssociativeFieldValues
- in file oracle.inc.php, method CustomOracleTable::readAssociativeFieldValues()
Return an array containg the row values
- readAssociativeFieldValues
- in file dbtables.inc.php, method CustomTable::readAssociativeFieldValues()
Return an array containg the row values
- readAssociativeFieldValues
- in file interbase.inc.php, method CustomIBTable::readAssociativeFieldValues()
Return an array containg the row values
- readAttributes
- in file controls.inc.php, method Control::readAttributes()
A property for tag based controls to allow component user to add attributes to the tag
- readAutosize
- in file controls.inc.php, method Control::readAutosize()
Determines if the control is going to adjust itself to the parent size
- readBackground
- in file extctrls.inc.php, method CustomPanel::readBackground()
Specifies the Background property for this panel, which can be an image filename, so the image will be used as the background, check also BackgroundRepeat and BackgroundPosition
- readBackgroundPosition
- in file extctrls.inc.php, method CustomPanel::readBackgroundPosition()
Specifies the position the brackground is placed, valid values for this property are CSS values for the background-position
- readBackgroundRepeat
- in file extctrls.inc.php, method CustomPanel::readBackgroundRepeat()
Specifies the way the brackground is repeated, valid values for this property are CSS values for the background-repeat
- readBOF
- in file db.inc.php, method DataSet::readBOF()
Indicates whether the first record in the dataset is active.
- readBorderColor
- in file extctrls.inc.php, method CustomPanel::readBorderColor()
Color for the border, the width of the Border must not be zero.
- readBorderColor
- in file checklst.inc.php, method CustomCheckListBox::readBorderColor()
Specifies Border color used to display a control.
- readBorderStyle
- in file checklst.inc.php, method CustomCheckListBox::readBorderStyle()
Specifies Border Style used to display a control
- readBorderStyle
- in file stdctrls.inc.php, method CustomUpload::readBorderStyle()
Determines whether the edit control has a single line border around the client area.
- readBorderStyle
- in file stdctrls.inc.php, method CustomListBox::readBorderStyle()
Determines whether the listbox control has a single line border around the client area.
- readBorderStyle
- in file stdctrls.inc.php, method CustomEdit::readBorderStyle()
Determines whether the edit control has a single line border around the client area.
- readBorderStyle
- in file comctrls.inc.php, method CustomTextField::readBorderStyle()
Determines whether the edit control has a single line border around the client area.
- readBorderStyle
- in file comctrls.inc.php, method CustomUpDown::readBorderStyle()
Determines whether the edit control has a single line border around the client area.
- readBorderWidth
- in file extctrls.inc.php, method CustomPanel::readBorderWidth()
Specifies the width for the border in pixels, by setting this property you specify a border for the panel, check also BorderColor property
- readBorderWidth
- in file checklst.inc.php, method CustomCheckListBox::readBorderWidth()
Specifies Border width used to display a control
- readCanModify
- in file db.inc.php, method DataSet::readCanModify()
Indicates whether an application can insert, edit, and delete data in a table.
- readCanvas
- in file extctrls.inc.php, method PaintBox::readCanvas()
Provides the Canvas to use to draw on the OnPaint event
- readCaption
- in file controls.inc.php, method Control::readCaption()
Specifies a text string that identifies the control to the user.
- readCharCase
- in file stdctrls.inc.php, method CustomEdit::readCharCase()
Determines the case of the text within the edit control.
- readCharCase
- in file comctrls.inc.php, method CustomTextField::readCharCase()
Determines the case of the text within the edit control.
- readChart
- in file chart.inc.php, method SimpleChart::readChart()
Chart object See the libchart class to understand the functionallity of the chart object.
- readChecked
- in file stdctr
|
|