|
Options |
Name |
Purpose |
|
|
|
ApplyResxValue (character, character, character)
|
Applies a single .resx key/value pair to the grid column model
|
|
|
|
BuildBrowseColumns (character)
|
Builds the ttBrowseColumn records for the given grid
|
|
|
|
CaptureGridEntity (character)
|
Captures the EntityName / EntityTable / EntityView of the binding
source bound to the given grid
|
|
|
|
CollectClassLevelVariables (INode)
|
Walks the class block and registers the grid and binding source
reference variables
|
|
|
|
CollectModel (character)
|
Drives the ProparseApi based parsing of the file into the internal model
|
|
|
|
GetBrowseColumns (character, character, table)
|
Parses the given file for the given grid control and returns its
columns in the ttBrowseColumn temp-table
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList GetBrowseNames (character)
|
Parses the given file and returns the names of the grid controls
(SmartDataBrowser / SmartUpdatableBrowser) found in the Form
|
|
|
|
CHARACTER GetFirstArgumentName (INode)
|
Returns the last access token of the first INPUT argument of a
method call parameter list
|
|
|
|
LOGICAL GridHasColumns (character)
|
Returns TRUE when the given grid carries at least one column
|
|
|
|
LOGICAL IsGridType (character)
|
Returns TRUE for the grid control types handled by this parser
|
|
|
|
ParseInitializeComponent (INode)
|
Processes the InitializeComponent method body
|
|
|
|
ProcessArrayElement (character, INode, INode)
|
Handles "arrayvar[i] = columnVar" assignments
|
|
|
|
ProcessEqualNode (INode)
|
Processes an EQUAL node for the grid model
|
|
|
|
ProcessLocalColumnProperty (character, character, character, INode)
|
Handles a local grid-column property assignment set inline in the
InitializeComponent method (rather than via the .resx)
|
|
|
|
ProcessMethodCallWidgetRef (INode)
|
Processes a Widget_ref method call for band wiring
|
|
|
|
ProcessPropertyAssignment (character, character, INode)
|
Handles THIS-OBJECT:target:Property = value assignments relevant
to the grid model
|