|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateCurrentBrowseColumn () |
Activates the current browse column in the Grid |
|
# | HANDLE AlternativeQuery (handle) |
Creates an alternative query that contains alternative buffers to
the tables used by the original query |
|
+ | AnchorBottom () |
Anchors the Grid at the bottom of it's container and takes all remaining space |
|
# | ApplyValueChanged () |
Raises the VALUE-CHANGED Event to the Browse Widget |
|
- | bindingSource1_PositionChanged (Object, EventArgs) |
Event handler for the PositionChanged event of the Progress.Data.BindingSource |
|
+ F | HANDLE BrowseColumnHandleFromGridColumnKey (character) |
Returns the handle of the browse column related to the UltraGridColumn |
|
+ | CloseQuery () |
Closes the query by opening it with a query string that matches
no records |
|
+ F | CHARACTER ColumnKeyFromColumnHandle (handle) |
Returns the key of the UltraGridColumn that represents the given
column of the browse |
|
+ F | CHARACTER ColumnKeyFromFieldName (character, character) |
Returns the key of the UltraGridColumn that represents the given
buffer field |
|
- | DefaultActionHandler (Object, EventArgs) |
Call all registered DefaultActionSubscriber to perform their action.
Event handler for the DoubleClickRow event of the base class
(UltraGrid). |
|
+ | LOGICAL DESELECT-FOCUSED-ROW () |
Deselects the row with current focus. |
|
+ | DisplayCurrentRow () |
Re-Display's the current row |
|
+ | DisplayFromBrowse () |
Displays the current browse values on the Grid's current row |
|
+ | DisplayFromGrid () |
Displays the current Grid values on the BROWSE widgets current row |
|
+ | EnableDisableColumns () |
Enables and Disables the Columns in the RenderedBrowseControl based
on the current state of the browser columns |
|
+ | EnterBrowseCell (handle) |
Call back procedure for the ENTRY event of the Browse Cells |
|
+ | FetchByRowid (rowid) |
Fetches a row/record by a ROWID |
|
+ | FetchByRowid (rowid[]) |
Fetches a row/record by a ROWID Array |
|
+ | FetchFirst () |
Fetches the first row |
|
+ | FetchLast () |
Fetches the last row |
|
+ | FetchNext () |
Fetches the next row |
|
+ | FetchPrevious () |
Fetches the previous row |
|
+ | LOGICAL FetchRow (integer) |
Moves a query objects result list pointer to the row corresponding
to the specified sequence number. |
|
# | FormDisposedHandler (Object, EventArgs) |
Event handler for the Dispose event of the containing Form |
|
+ | CHARACTER GetBrowseColumns () |
Returns an array describing every column of the browse widget |
|
+ | INTEGER GetRepositionedRow () |
Returns the row index of the browse viewport where the REPOSITION
TO ROWID (or RECID) statement displays a repositioned record. |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InitializeGrid (handle, IEmbeddedWindowForm, Control, logical) |
Initializes the Grid with the layout from the Progress Browse widget |
|
- | InitializeRowHandler (Object, InitializeRowEventArgs) |
Called when a row is initialized |
|
# | InitializeUniqueKeys () |
Initializes the UniqueKeyDictionary |
|
+ | CHARACTER KeyFieldsForBuffer (handle) |
Returns the list of unqiue key fields for a buffer |
|
- | ListChangedHandler (Object, ListChangedEventArgs) |
Event handler for the ListChanged event of the ProBindingSource |
|
- | ListChangedHandler2 (Object, ListChangedEventArgs) |
Alternative event handler for the ListChanged event of the ProBindingSource |
|
# | CHARACTER LoadSettings () |
Loads a browsers column settings from the Registry |
|
# | NewUltraGridColumn (UltraGridColumn) |
Overloadable method, invoked whenever the Grid creates a new Column |
|
# | OnAfterCellActivate () |
Called after a cell is activated |
|
# | OnAfterCellUpdate (CellEventArgs) |
Raises the AfterCellUpdate event |
|
# | OnAfterRowActivate () |
Called after a row is activated |
|
# | OnBeforeCellDeactivate (CancelEventArgs) |
Called before a cell is deactivated |
|
# | OnBeforeEnterEditMode (CancelEventArgs) |
Called before entering edit mode |
|
# | OnBeforeRowDeactivate (CancelEventArgs) |
Called before a row is deactivated |
|
# | OnBeforeSortChange (BeforeSortChangeEventArgs) |
Raises the BeforeSortChange event |
|
# | OnDefaultAction (EventArgs) |
Raises the DefaultAction event |
|
# | OnEnter (EventArgs) |
Raises the Enter event |
|
# | OnFindRecordsForCalculatedFields (FindRecordsForCalculatedFieldsEventArgs) |
Raises the FindRecordsForCalculatedFields event |
|
# | OnGotFocus (EventArgs) |
Invokes the GotFocus event. |
|
# | OnInitializeLayout (InitializeLayoutEventArgs) |
Called when the layout is first initialized after the datasource
has been set |
|
# | OnKeyDown (KeyEventArgs) |
Raises the Key Down Event |
|
# | OnLeave (EventArgs) |
Raises the Leave event |
|
# | OnMouseClick (MouseEventArgs) |
Raises the MouseClick event |
|
# | OnMouseWheel (MouseEventArgs) |
Raises the MouseWheel Event |
|
# | OnOffHome (EventArgs) |
Raises the OffHome event |
|
# | OnParentChanged (EventArgs) |
Raises the ParentChanged Event |
|
# | OnVisibleChanged (EventArgs) |
Raises the VisibleChanged event |
|
# | ProcessColorCodingAndCalculatedFields (UltraGridRow) |
Processes color coding and calculted fields for a single grid row |
|
# | CHARACTER QueryExceptList (handle) |
Builds a list of Columns that need to be excluded from the BindingSource |
|
+ | ReGroupBy () |
Forces the Grid to update the row grouping (outlook group by) |
|
+ | RepositionControl () |
Positions the RenderedBrowseControl on top of the Progress Browse |
|
# | RestoreDynamicBrowseColumns (character[]) |
Restores the columns of a dynamic browse widget after the query has
been replaced with the alternative query |
|
# | RestoreSettings () |
Restores the stored User settings for the RenderedBrowseControl instance |
|
+ | CHARACTER ReturnGridSettings () |
Returns the User Settings string for the RenderedBrowseControl instance |
|
+ | SaveCurrentRow () |
Saves the current row |
|
+ | SaveCurrentRow (logical) |
Saves the current row |
|
+ | ScrollToCurrentRow (logical) |
Scrolls to the BindingSource's position |
|
+ | SelectBrowseRow () |
Selects the (temporary row in the browse widget) |
|
+ | SetRepositionedRow (integer, character) |
Sets the row index where records positioned with the REPOSITION TO
ROWID (or RECID) statement are displayed. |
|
# | CHARACTER SetTableSchemaColumnsFromBrowse () |
Returns the comma delimited list of all field names in the browse
widget |
|
# | CHARACTER SetTableSchemaColumnsFromBrowseAndFields () |
Builds a list of fields for the BindingSource when the BindingSourceFields
property is set to BindingSourceFieldsEnum:ListAndFields |
|
+ | StoreSettings () |
Stores the Column settings to the ISettingsService |
|
+ | SynchronizeCurrentColumn () |
Updates the current browse cell with the values from the Grid |
|
+ | SynchronizeVisibleColumns () |
Views and hides columns in the Grid based on the HIDDEN attribute
of the browsers columns |
|
# | CHARACTER UniqueFindPredicate (handle, UltraGridRow) |
Builds a QueryString predicate that can be used to (re)fetch a
record based on equality of primary unique columns
Based on the UniqueKeyDictionary values of predetermined unique key
columns
@param phBuffer The Handle to the buffer to return the FIND predicate for
@param poRow The reference to the Row collection that contains the values
@return The FIND predicate
------------------------------------------------------------------------------*/ |
|
+ | UpdateTitle () |
Updates the Text property of the Grid based on the TITLE property
of the Progress browser |
|
# | VerifyColorCodedColumnNames () |
Verifies that the value of the Property ColorCodedColumnNames
matches the setting of UseFullFieldNames |
|
# | VerifyCustomCalculatedColumnNames () |
Verifies that the value of the Property CustomCalculatedColumnNames
matches the setting of UseFullFieldNames |
|
# | ViewHideColumns () |
Views and hides columns based on the browsers columns and sets
the column header captions |
Options | Name | Purpose | |
---|---|---|---|
+ | RenderedBrowseControl (RenderedBrowseContext) |
Constructor of the RenderedBrowseControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | DefaultAction DELEGATE System.EventHandler |
EVent raised when the user double clicks a row or presses Enter |
|
+ | FindRecordsForCalculatedFields (Object, FindRecordsForCalculatedFieldsEventArgs) |
Event raised when the user double clicks a row or presses Enter |
|
+ | OffHome DELEGATE System.EventHandler |
Event raised when an attempt is made to scroll beyond the first row |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AnchoredBottom |
Returns if the Grid is anchored to the Bottom of the Form |
|
+ | Consultingwerk.WindowIntegrationKit.Controls.ApplyCellLeaveToBrowseEnum ApplyCellLeaveToBrowse |
Gets and sets if the LEAVE Event should be APPLY'd to the browse widget
and if the leave event should be published on Deactivate or EndUpdate
of the cell |
|
+ | LOGICAL ApplyEntryOnEnter |
Gets and sets if the Enter event of the RenderedBrowserControl will
APPLY ENTRY to the Browse widget |
|
+ | Consultingwerk.WindowIntegrationKit.Controls.ApplyFunctionKeyEventsEnum ApplyFunctionKeyEvents |
Gets and sets where Function Key events will be APPLY'd to |
|
+ | LOGICAL ApplyingEntry |
Logical value indicating if the Grid is currently applying ENTRY
to the browse widget |
|
+ | LOGICAL ApplyIterationChanged |
Gets and sets if the RenderedBrowseControl will APPLY the ITERATION-CHANGED
event together with the VALUE-CHANGED Event |
|
+ | LOGICAL ApplyRowDisplayBeforeDisplayFields |
Gets and sets if the instance to the RenderedBrowseControl is should
Apply the ROW-DISPLAY Evnt to the Browser before (TRUE) or after (FALSE)
running the WindowDisplayFieldsIn... hook procedure |
|
+ | LOGICAL ApplyRowEntryOnBeforeEnterEditMode |
Gets and sets if the instance of the RenderedBrowseControl should
APPLY ROW-ENTRY to the Progress Browse OnBeforeEnterEditMode |
|
+ | LOGICAL ApplyRowEntryOnRowActivate |
Gets and sets if the instance of the RenderedBrowseControl should
APPLY ROW-ENTRY to the Progress Browse OnRowActivate |
|
+ | LOGICAL ApplyRowLeaveOnLeave |
Gets and sets if the instance of the RenderedBrowseControl should
APPLY ROW-LEAVE to the Progress browse OnLeave |
|
+ | LOGICAL ApplyRowLeaveOnRowDeactivate |
Gets and sets if the instance of the RenderedBrowseControl should
APPLY ROW-LEAVE to the Progress Browse OnBeforeRowDeactivate |
|
+ | LOGICAL AssignBindingSourceOnRowDeactivate |
Gets and sets if the BindingSource fields should be Assign-ed to the
buffer during handling the OnRowDeactivate |
|
+ | LOGICAL Batching |
Returns if the instance to the RenderedBrowseControl is using Batching |
|
+ | Progress.Data.BindingSource BindingSource |
Returns the reference to the bound Progress.Data.BindingSource instance |
|
+ | CHARACTER BindingSourceFieldList |
Gets and sets the List of fields that will be exposed to the
ProBindingSource used by the RenderedBrowseControl |
|
+ | Consultingwerk.WindowIntegrationKit.Controls.BindingSourceFieldsEnum BindingSourceFields |
Gets and sets the BindingSourceFieldsEnum value indicating which
fields will be added to the ProBindingSource of the RenderedBrowseControl |
|
+ | WIDGET-HANDLE BrowseHandle |
Return the handle of the original browse widget |
|
+ | HANDLE CallbackProcedure |
Returns the handle of the Procedure to use for call-backs |
|
+ | CHARACTER ColorCodedColumnHandles |
Returns a list of the browse column handles matching the
ColorCodedColumnNames, to be used for the automatic processing
of color coding (ROW-DISPLAY Trigger) |
|
+ | CHARACTER ColorCodedColumnNames |
Returns a list of column keys to be used for the automatic processing
of color coding (ROW-DISPLAY Trigger) |
|
+ | Consultingwerk.Windows.IColorTableConverter ColorTableConverter |
Gets and sets the reference to the IColorTableConverted used by
this control |
|
+ | CHARACTER ColumnLabels |
Gets and sets the labels of the Visible Columns as an override to
the currnetly visible browse columns |
|
+ | CHARACTER ColumnWidths |
Gets and sets the widths of the Visible Columns as an override to
the currnetly visible browse columns |
|
+ | HANDLE CURRENT-COLUMN |
Returns the handle of the current browse column |
|
+ | Consultingwerk.WindowIntegrationKit.Controls.CursorKeyNavigationInEditEnum CursorKeyNavigationInEdit |
Get's and sets if the CursorKeyNavigation during update is used |
|
+ | CHARACTER CustomCalculatedColumnNames |
Returns the list of column keys to be used for the additional
automatic processing of of calculated fields (ROW-DISPLAY Trigger) |
|
+ | LOGICAL DefaultActionHandled |
Gets and sets if the DEFAULT-ACTION event has been handled by an
event handled from the recend APPLY "DEFAULT-ACTION" |
|
+ | LOGICAL DisableCalculatedFieldsAndColor |
Gets and sets if the InitializeRow and ListChanged events should
execute code to handle ABL calculated fields and value based color
based on synchronizing the ROW-DISPLAY trigger |
|
+ | LOGICAL DisableOutlookGroupBy |
Gets and sets if the RenderedBrowseControl should disable the
OutlookGroupBy even when Batching is not used |
|
+ | LOGICAL DynamicColumns |
Gets and sets of the Browser has dynamic columns |
|
# | LOGICAL InConstructor |
Returns if the RenderedBrowseControl is still within the execution
of the CONSTRUCTOR |
|
+ | CHARACTER LastActiveCell |
Gets and sets the Key of the last activated Grid cell |
|
+ | INTEGER MaxDataGuess |
Gets and sets the MaxDataGuess value for the RenderedBrowseControl
instance, used only when batching |
|
+ | LOGICAL MonitorBrowseCellEntry |
Gets and sets if the RenderedBrowseControl should subscribe to the
ENTRY event of the Browse Cells |
|
+ | INTEGER NUM-LOCKED-COLUMNS |
The number of visible leading columns locked in a browse widget. |
|
+ | HANDLE QUERY |
Returns the Query handle of the browse |
|
+ | Consultingwerk.WindowIntegrationKit.Controls.RepositionedRow RepositionedRow |
Returns the parameters for the |
|
+ | CHARACTER SettingsKey |
The key used as the base key when getting user settings from the
ISettingsService implementation |
|
+ | LOGICAL SuspendEvents |
Gets and sets if this Control should suspend APPLY'ing evens to the
Progress Browse Control |
|
+ | CHARACTER UnboundColumnHandles |
A comma-delimited list of unbound column handles |
|
+ | CHARACTER UnboundColumnNames |
A comma-delimited list of unbound column names |
|
+ | LOGICAL UseFullFieldNames |
Returns if grid column names are prefixed with the buffer name |
|
+ | LOGICAL ValueChangedSuspended |
Returns of the ValueChanged event is currently suspended |
|
+ | CHARACTER VisibleColumns |
Gets and sets the names of the browse columns that are supposed to
be visible as an override to the currently visible browse columns |
|
+ | HANDLE WidgetHandle |
Returns a reference to the widget handle this Control is replacing
on the screen |
Top
PUBLIC ActivateCurrentBrowseColumn ()
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED HANDLE AlternativeQuery (handle)
|
||||||||||||||||||||||||||||||
PUBLIC AnchorBottom ()
|
||||||||||||||||||||||||||||||
PROTECTED ApplyValueChanged ()
|
||||||||||||||||||||||||||||||
PRIVATE bindingSource1_PositionChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC HANDLE BrowseColumnHandleFromGridColumnKey (character)
|
||||||||||||||||||||||||||||||
PUBLIC CloseQuery ()
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnKeyFromColumnHandle (handle)
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnKeyFromFieldName (character, character)
|
||||||||||||||||||||||||||||||
PRIVATE DefaultActionHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL DESELECT-FOCUSED-ROW ()
|
||||||||||||||||||||||||||||||
PUBLIC DisplayCurrentRow ()
|
||||||||||||||||||||||||||||||
PUBLIC DisplayFromBrowse ()
|
||||||||||||||||||||||||||||||
PUBLIC DisplayFromGrid ()
|
||||||||||||||||||||||||||||||
PUBLIC EnableDisableColumns ()
|
||||||||||||||||||||||||||||||
PUBLIC EnterBrowseCell (handle)
|
||||||||||||||||||||||||||||||
PUBLIC FetchByRowid (rowid)
|
||||||||||||||||||||||||||||||
PUBLIC FetchByRowid (rowid[])
|
||||||||||||||||||||||||||||||
PUBLIC FetchFirst ()
|
||||||||||||||||||||||||||||||
PUBLIC FetchLast ()
|
||||||||||||||||||||||||||||||
PUBLIC FetchNext ()
|
||||||||||||||||||||||||||||||
PUBLIC FetchPrevious ()
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchRow (integer)
|
||||||||||||||||||||||||||||||
PROTECTED FormDisposedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetBrowseColumns ()
|
||||||||||||||||||||||||||||||
PUBLIC INTEGER GetRepositionedRow ()
|
||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||||||||||
PROTECTED InitializeGrid (handle, IEmbeddedWindowForm, Control, logical)
|
||||||||||||||||||||||||||||||
PRIVATE InitializeRowHandler (Object, InitializeRowEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED InitializeUniqueKeys ()
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER KeyFieldsForBuffer (handle)
|
||||||||||||||||||||||||||||||
PRIVATE ListChangedHandler (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||
PRIVATE ListChangedHandler2 (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||
PROTECTED NewUltraGridColumn (UltraGridColumn)
|
||||||||||||||||||||||||||||||
PROTECTED OnAfterCellActivate ()
|
||||||||||||||||||||||||||||||
PROTECTED OnAfterCellUpdate (CellEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnAfterRowActivate ()
|
||||||||||||||||||||||||||||||
PROTECTED OnBeforeCellDeactivate (CancelEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnBeforeEnterEditMode (CancelEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnBeforeRowDeactivate (CancelEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnBeforeSortChange (BeforeSortChangeEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnDefaultAction (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnFindRecordsForCalculatedFields (FindRecordsForCalculatedFieldsEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnGotFocus (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnInitializeLayout (InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnLeave (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnMouseClick (MouseEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnMouseWheel (MouseEventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnOffHome (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnParentChanged (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED OnVisibleChanged (EventArgs)
|
||||||||||||||||||||||||||||||
PROTECTED ProcessColorCodingAndCalculatedFields (UltraGridRow)
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER QueryExceptList (handle)
|
||||||||||||||||||||||||||||||
PUBLIC ReGroupBy ()
|
||||||||||||||||||||||||||||||
PUBLIC RepositionControl ()
|
||||||||||||||||||||||||||||||
PROTECTED RestoreDynamicBrowseColumns (character[])
|
||||||||||||||||||||||||||||||
PROTECTED RestoreSettings ()
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER ReturnGridSettings ()
|
||||||||||||||||||||||||||||||
PUBLIC SaveCurrentRow ()
|
||||||||||||||||||||||||||||||
PUBLIC SaveCurrentRow (logical)
|
||||||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical)
|
||||||||||||||||||||||||||||||
PUBLIC SelectBrowseRow ()
|
||||||||||||||||||||||||||||||
PUBLIC SetRepositionedRow (integer, character)
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER SetTableSchemaColumnsFromBrowse ()
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER SetTableSchemaColumnsFromBrowseAndFields ()
|
||||||||||||||||||||||||||||||
PUBLIC StoreSettings ()
|
||||||||||||||||||||||||||||||
PUBLIC SynchronizeCurrentColumn ()
|
||||||||||||||||||||||||||||||
PUBLIC SynchronizeVisibleColumns ()
|
||||||||||||||||||||||||||||||
PROTECTED CHARACTER UniqueFindPredicate (handle, UltraGridRow)
|
||||||||||||||||||||||||||||||
PUBLIC UpdateTitle ()
|
||||||||||||||||||||||||||||||
PROTECTED VerifyColorCodedColumnNames ()
|
||||||||||||||||||||||||||||||
PROTECTED VerifyCustomCalculatedColumnNames ()
|
||||||||||||||||||||||||||||||
PROTECTED ViewHideColumns ()
|
PUBLIC RenderedBrowseControl (RenderedBrowseContext)
|
---|
PUBLIC DefaultAction DELEGATE System.EventHandler
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC FindRecordsForCalculatedFields (Object, FindRecordsForCalculatedFieldsEventArgs)
|
||||||||||||||||||||
PUBLIC OffHome DELEGATE System.EventHandler
|
PUBLIC LOGICAL AnchoredBottom
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.WindowIntegrationKit.Controls.ApplyCellLeaveToBrowseEnum ApplyCellLeaveToBrowse
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyEntryOnEnter
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.WindowIntegrationKit.Controls.ApplyFunctionKeyEventsEnum ApplyFunctionKeyEvents
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyingEntry
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyIterationChanged
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyRowDisplayBeforeDisplayFields
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyRowEntryOnBeforeEnterEditMode
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyRowEntryOnRowActivate
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyRowLeaveOnLeave
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ApplyRowLeaveOnRowDeactivate
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL AssignBindingSourceOnRowDeactivate
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL Batching
|
|||||||||||||||||||||||||||||||
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER BindingSourceFieldList
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.WindowIntegrationKit.Controls.BindingSourceFieldsEnum BindingSourceFields
|
|||||||||||||||||||||||||||||||
PUBLIC WIDGET-HANDLE BrowseHandle
|
|||||||||||||||||||||||||||||||
PUBLIC HANDLE CallbackProcedure
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColorCodedColumnHandles
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColorCodedColumnNames
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Windows.IColorTableConverter ColorTableConverter
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnLabels
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnWidths
|
|||||||||||||||||||||||||||||||
PUBLIC HANDLE CURRENT-COLUMN
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.WindowIntegrationKit.Controls.CursorKeyNavigationInEditEnum CursorKeyNavigationInEdit
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER CustomCalculatedColumnNames
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL DefaultActionHandled
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL DisableCalculatedFieldsAndColor
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL DisableOutlookGroupBy
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL DynamicColumns
|
|||||||||||||||||||||||||||||||
PROTECTED LOGICAL InConstructor
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER LastActiveCell
|
|||||||||||||||||||||||||||||||
PUBLIC INTEGER MaxDataGuess
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL MonitorBrowseCellEntry
|
|||||||||||||||||||||||||||||||
PUBLIC INTEGER NUM-LOCKED-COLUMNS
|
|||||||||||||||||||||||||||||||
PUBLIC HANDLE QUERY
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.WindowIntegrationKit.Controls.RepositionedRow RepositionedRow
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER SettingsKey
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL SuspendEvents
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER UnboundColumnHandles
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER UnboundColumnNames
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL UseFullFieldNames
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ValueChangedSuspended
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER VisibleColumns
|
|||||||||||||||||||||||||||||||
PUBLIC HANDLE WidgetHandle
|