Difference between revisions of "Section"

From Lianjapedia
Jump to: navigation, search
Line 126: Line 126:
 
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 
|-
 
|-
|RemoveObject
+
|Cancel
|existing as Object
+
|Remove the specified object
+
|-
+
|Expand
+
 
|None
 
|None
|Expand the section
+
|Cancel data changes
 
|-
 
|-
 
|Collapse
 
|Collapse
 
|None
 
|None
 
|Collapse the section
 
|Collapse the section
 +
|-
 +
|Delete
 +
|None
 +
|Delete the current record
 +
|-
 +
|Edit
 +
|None
 +
|Enter edit mode for the current record
 +
|-
 +
|Expand
 +
|None
 +
|Expand the section
 +
|-
 +
|valign="top"|GoTo
 +
|valign="top"|recordnumber as Numeric
 +
|valign="top"|Move to the specified data record number
 
|-
 
|-
 
|MoveFirst
 
|MoveFirst
Line 154: Line 166:
 
|Move to the previous data record
 
|Move to the previous data record
 
|-
 
|-
|Edit
+
 
 +
|Print
 
|None
 
|None
|Enter edit mode for the current record
+
|Print the section
 
|-
 
|-
|Delete
+
|RemoveObject
|None
+
|existing as Object
|Delete the current record
+
|Remove the specified object
|-
+
|valign="top"|Search
+
|valign="top"|searchstring as Character
+
|valign="top"|Search the current index for the specified text
+
|-
+
|valign="top"|GoTo
+
|valign="top"|recordnumber as Numeric
+
|valign="top"|Move to the specified data record number
+
 
|-
 
|-
 
|Save
 
|Save
Line 174: Line 179:
 
|Save data changes
 
|Save data changes
 
|-
 
|-
|Cancel
+
|valign="top"|Search
|None
+
|valign="top"|searchstring as Character
|Cancel data changes
+
|valign="top"|Search the current index for the specified text
|-
+
|Print
+
|None
+
|Print the section
+
 
|-
 
|-
 
|}
 
|}

Revision as of 05:04, 25 April 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
ActiveControl RW Object Currently active Control
ActivePage RW Character Currently active Page
BackColor RW Character Section's background color
Caption RW Character Text displayed in the section header
Command RW Character Custom BROWSE or EDIT command to be executed in the section
ConnStr RW Character Data connection string
Database RW Character The section's associated database
Filter RW Character Filter expression to restrict the records included in the data
FooterCaption RW Character Text displayed in section footer
FooterVisible RW Boolean Whether section footer is displayed
Grid R Object Reference to grid contained in section
HideActionbar RW Boolean Whether section actionbar is hidden
HideHeader RW Boolean Whether section header is hidden
Id R Character Section's id
Picture RW Character Filename of background image
Stretch RW Numeric Whether background image should be scaled to fit section: 0 = do not scale, 1 = scale
Table RW Character The section's associated table
Type R Character Section's type: form, grid, webview, imagestrip, tabview, attachments, canvas, report, chart, custom, timeline, notifications
Url RW Character URL rendered by section (WebView only)
WebView R Object Reference to webview contained in section

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddObject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
Cancel None Cancel data changes
Collapse None Collapse the section
Delete None Delete the current record
Edit None Enter edit mode for the current record
Expand None Expand the section
GoTo recordnumber as Numeric Move to the specified data record number
MoveFirst None Move to the first data record
MoveLast None Move to the last data record
MoveNext None Move to the next data record
MovePrevious None Move to the previous data record
Print None Print the section
RemoveObject existing as Object Remove the specified object
Save None Save data changes
Search searchstring as Character Search the current index for the specified text

Events

This class supports the Common Events plus the following:

Event Args Description