|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateCurrentRow () |
Activates the current grid row during Update/Delete/Copy in a Viewer |
|
# | AfterQueryPositionChangedHandler (Object, EventArgs) |
Activates the current query row (on add and delete) Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | AfterRetrieveDataCallback (ISmartDataSource) |
Callback method for the AfterRetrieveData event Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:AfterRetrieveDataCallback (ISmartDataSource) |
|
+ | ApplyGridSettings (character) |
Applies stored Grid Settings |
|
+ | AttachBindingSource (BindingSource) |
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may be created by a DataAdapter or borrowed from a
Browser.
It is called by the SmartDataAdapter Class when creating a new
BindingSource or when a new SmartDataSource is registered to the
Class implementing the Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the BeginUpdateState event of the data source Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | BindingSourceListChangedHandler (Object, ListChangedEventArgs) |
Handles the ListChanged event of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | ClearFilterRow (FilterClearButtonUIElement) |
Clears the Filter Row |
|
# | CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
Event handler for the CollectFilterValues event of the ISmartFilterTarget Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property |
|
# | DeleteRecord () |
This Method is a dispatcher to call DeleteRow inside of the
SmartDataSource of the current Class.
It is called by the SmartTableIOSources SmartToolbarController or
SmartToolStripContainer if the tool to delete a record is pressed
and by the SmartDataBrowser if the AfterRowsDeleted Event fires. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | DeregisterBindingSourceEvents () |
Deregisters events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | DisableDelKeyUsage () |
Disable the usage of the Del key for the entire Grid |
|
# | DisableForUpdate (ISmartDataTarget) |
Disable the Controls during an Update.
This Method is called by the SmartDataAdapter by a call to
BeginUpdateState () which is defined in the Interface ISmartDataSource. Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:DisableForUpdate (ISmartDataTarget) |
|
+ | DisableMultiSelection () |
Disables selection of multiple rows in the SmartDataBrowser |
|
# | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of the SmartBrowserControl Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | EnableAfterUpdate () |
Enable the Controls after an Update.
This Method is called by the SmartDataAdapter when setting the
SmartDataSourceState Property to Navigatable.
Enforced by Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | EnableMultiSelection () |
Enabels selection of multiple rows in the SmartDataBrowser |
|
# | EnableSmartFilterUserInterface () |
Enables te SmartFilter UI |
|
# | EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the EndUpdateState event of the data source Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | EvaluateTableIOState () |
Updateable Browsers are not supported by this class but the Method
is enforced by the Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | CHARACTER ExportToExcel () |
Exports the browsers contents to an Excel file using the UltraGrid Excel Exported |
|
+ | CHARACTER ExportToExcel (IUltraGridExcelExportParameter) |
Exports the browsers contents to an Excel file using the UltraGrid Excel Exported |
|
# | FormatColumnFilters () |
Assigns the default column filter type for numeric and date columns
to GreaterThanOrEqualTo |
|
# | FormatColumns () |
Formats numeric columns (Integer, Decimal).
Invoked from the method InitializeLayoutHandler.
*
All Bands and Columns are processed and if the DisplayStyle has not
been changed in the Visual Designer, Integer and Decimal fields get
formatted according to their datatype. |
|
# | FormatGrid () |
Formats the Grid Appearance |
|
# | FormatSmartColumns () |
Formats special columns supported by the SmartFramework functionality |
|
+ | System.ComponentModel.AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. |
|
+ | System.ComponentModel.TypeConverter GetConverter () |
Returns a type converter for this instance of a component. |
|
+ | CHARACTER GetCurrentSettings () |
Returns a string with the current Grid settings |
|
+ | System.ComponentModel.EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. |
|
+ | System.ComponentModel.PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. |
|
+ | System.ComponentModel.EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. |
|
+ | System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. |
|
+ | System.ComponentModel.PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. |
|
+ | System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. |
|
+ | GetSelectedRowsDataset (dataset-handle) |
Returns a ProDataset with a copy of the selected rows |
|
# | HideNonVisibleColumns () |
Hides the non visible Columns from the Grid |
|
# | InitializeColumnFilterOperatorItems () |
Initializes the Column Filer Operator DropDown Items |
|
# | InitializeLayoutHandler (Object, InitializeLayoutEventArgs) |
Handle default behaviour of the Grid and apply a default layout.
This Method is called if the InitializeLayout Event of the UltraGrid
is fired. |
|
+ | LOGICAL IsOkToClose (logical, CloseReason) |
Check if it is ok to close the parent form. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | CHARACTER LoadSettings () |
Loads a browsers column settings from the Registry |
|
# | OnAfterDeleteRecord (EventArgs) |
Raises the AfterDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnAfterRowRegionScroll (RowScrollRegionEventArgs) |
Raises the OnAfterRowRegionScroll event |
|
# | OnBeforeDeleteRecord (CancelEventArgs) |
Raises the BeforeDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnBeforeSortChange (BeforeSortChangeEventArgs) |
Raises the BeforeSortChange event |
|
# | OnBeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnCreateControl () |
Raises the CreateControl event |
|
# | OnDefaultAction (EventArgs) |
Raises the DefaultAction event |
|
# | OnDoubleClickRow (DoubleClickRowEventArgs) |
Raises the DoubleClickRow event |
|
# | OnEndInit () |
Invoked at the end of a Containers InitializeComponents method Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:OnEndInit () |
|
# | OnEnter (EventArgs) |
Raises the Enter event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnGotFocus (EventArgs) |
Raises the GotFocus event. |
|
# | OnHandleCreated (EventArgs) |
Raises the HandleCreated event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnKeyDown (KeyEventArgs) |
Raises the KeyDown Event |
|
# | OnMouseUp (MouseEventArgs) |
Raises the MouseUp event |
|
# | OnMouseWheel (MouseEventArgs) |
Raises the MouseWheel Event |
|
# | OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs) |
Raises the SmartBrowserListChanged Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnSmartFilterActiveChanged (EventArgs) |
Raises the SmartFilterActiveChanged |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs |
|
# | ParentFormClosedHandler (Object, FormClosedEventArgs) |
Event handler for the FormClosed event of the Parent Form |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | PerformFilterRow () |
Performs the Filter Row |
|
# | RegisterBindingSourceEvents () |
Registers events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | RegisterDefaultActionSubscriber (IDefaultActionSubscriber) |
Register a new DefaultActionSubscriber (Class that implements
IDefaultActionSubscriber). |
|
# | RestoreSettings () |
Restores the actual browser column settings |
|
+ | ResumeRowSynchronizationAfterReposition () |
Resume row syncronization |
|
# | SaveSettings () |
Stores a browsers column settings to the Registry |
|
# | ScrollOffHome () |
Fetches the previous batch from the DataSource |
|
+ | ScrollToCurrentRow (logical) |
Scrolls to the BindingSource's position |
|
+ | ScrollToCurrentRow (logical, logical) |
Scrolls to the BindingSource's position |
|
+ | ScrollToFirstRow () |
Scrolls the Grid to the First Row |
|
+ | ScrollToLastRow () |
Scrolls the Grid to the Last Row |
|
+ | SelectAllRows () |
Selects all rows in the Grid Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
- | SetDesignerProperties () |
Set properties for ICustomTypeDescriptor |
|
+ | SetGridReadOnly () |
Set the entire Grid to Read-Only |
|
# | SetMultiSelection (logical) |
Enables or Disables multi-selection in the Grid |
|
+ | StartEditModeInViewer () |
Invokes EnableFields (Update) in a Viewer linked to the same
SmartDataAdapter |
|
# | StoreSettings (character) |
Stores a browsers column settings to the Registry |
|
# | StoreVisibleGridColumns () |
Stores the currently visible columns (of band 0) in the
VisibleGridColumns property |
|
+ | SuspendRowSynchronizationForReposition () |
Suspends row syncronization |
|
+ | UpdateSortIndicator (character) |
Updates the Sort Indicators of the SmartDataBrowser columns |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartDataBrowser () |
Creates a new Instance of SmartDataBrowser and subscribes Handlers
to Events. |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterDeleteRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully deleted a record. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts deleting a record.
This event is cancellable Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | DefaultAction DELEGATE System.EventHandler |
Event that combines double click on a data row or the selection
of the Return or Enter key |
|
+ | SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs) |
Raised when the ListChanged event of the BindingSource of the SmartBrowserControl
is raised Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | SmartFilterActiveChanged (Object, EventArgs) |
Raised when the SmartFilterActiveChanged property is changed |
Top
PUBLIC ActivateCurrentRow ()
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AfterQueryPositionChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PUBLIC AfterRetrieveDataCallback (ISmartDataSource)
|
|||||||||||||||||||||||||||
PUBLIC ApplyGridSettings (character)
|
|||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
|||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED BindingSourceListChangedHandler (Object, ListChangedEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED ClearFilterRow (FilterClearButtonUIElement)
|
|||||||||||||||||||||||||||
PROTECTED CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||
PROTECTED DeleteRecord ()
|
|||||||||||||||||||||||||||
PROTECTED DeregisterBindingSourceEvents ()
|
|||||||||||||||||||||||||||
PUBLIC DisableDelKeyUsage ()
|
|||||||||||||||||||||||||||
PROTECTED DisableForUpdate (ISmartDataTarget)
|
|||||||||||||||||||||||||||
PUBLIC DisableMultiSelection ()
|
|||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED EnableAfterUpdate ()
|
|||||||||||||||||||||||||||
PUBLIC EnableMultiSelection ()
|
|||||||||||||||||||||||||||
PROTECTED EnableSmartFilterUserInterface ()
|
|||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ExportToExcel ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ExportToExcel (IUltraGridExcelExportParameter)
|
|||||||||||||||||||||||||||
PROTECTED FormatColumnFilters ()
|
|||||||||||||||||||||||||||
PROTECTED FormatColumns ()
|
|||||||||||||||||||||||||||
PROTECTED FormatGrid ()
|
|||||||||||||||||||||||||||
PROTECTED FormatSmartColumns ()
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetCurrentSettings ()
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||
PUBLIC GetSelectedRowsDataset (dataset-handle)
|
|||||||||||||||||||||||||||
PROTECTED HideNonVisibleColumns ()
|
|||||||||||||||||||||||||||
PROTECTED InitializeColumnFilterOperatorItems ()
|
|||||||||||||||||||||||||||
PROTECTED InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsOkToClose (logical, CloseReason)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
|||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnAfterRowRegionScroll (RowScrollRegionEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (CancelEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnBeforeSortChange (BeforeSortChangeEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnBeginInit ()
|
|||||||||||||||||||||||||||
PROTECTED OnCreateControl ()
|
|||||||||||||||||||||||||||
PROTECTED OnDefaultAction (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnDoubleClickRow (DoubleClickRowEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnEndInit ()
|
|||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnGotFocus (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnHandleCreated (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnKeyDown (KeyEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnMouseUp (MouseEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnMouseWheel (MouseEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnSmartFilterActiveChanged (EventArgs)
|
|||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||
PROTECTED ParentFormClosedHandler (Object, FormClosedEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED PerformFilterRow ()
|
|||||||||||||||||||||||||||
PROTECTED RegisterBindingSourceEvents ()
|
|||||||||||||||||||||||||||
PUBLIC RegisterDefaultActionSubscriber (IDefaultActionSubscriber)
|
|||||||||||||||||||||||||||
PROTECTED RestoreSettings ()
|
|||||||||||||||||||||||||||
PUBLIC ResumeRowSynchronizationAfterReposition ()
|
|||||||||||||||||||||||||||
PROTECTED SaveSettings ()
|
|||||||||||||||||||||||||||
PROTECTED ScrollOffHome ()
|
|||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical)
|
|||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical, logical)
|
|||||||||||||||||||||||||||
PUBLIC ScrollToFirstRow ()
|
|||||||||||||||||||||||||||
PUBLIC ScrollToLastRow ()
|
|||||||||||||||||||||||||||
PUBLIC SelectAllRows ()
|
|||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
|||||||||||||||||||||||||||
PUBLIC SetGridReadOnly ()
|
|||||||||||||||||||||||||||
PROTECTED SetMultiSelection (logical)
|
|||||||||||||||||||||||||||
PUBLIC StartEditModeInViewer ()
|
|||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
|||||||||||||||||||||||||||
PROTECTED StoreVisibleGridColumns ()
|
|||||||||||||||||||||||||||
PUBLIC SuspendRowSynchronizationForReposition ()
|
|||||||||||||||||||||||||||
PUBLIC UpdateSortIndicator (character)
|
PUBLIC SmartDataBrowser ()
|
---|
PUBLIC AfterDeleteRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||
PUBLIC DefaultAction DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC SmartFilterActiveChanged (Object, EventArgs)
|
PROTECTED CHARACTER BindableProperties
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PUBLIC LOGICAL DeleteDataSourceOnFormClosed
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PUBLIC LOGICAL DeselectRowsOnActivate
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PROTECTED LOGICAL DesignTime
|
|||||||||
PUBLIC LOGICAL EditInViewerOnDefaultAction
|
|||||||||
PUBLIC LOGICAL FetchAllRecordsOnGroupBy
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC LOGICAL Initializing
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyed
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
PUBLIC INTEGER RepositionedRow
|
|||||||||
PUBLIC CHARACTER SettingsKey
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
|||||||||
PUBLIC LOGICAL SmartFilterActive
|
|||||||||
PUBLIC LOGICAL SmartFilterUseMatches
|
|||||||||
PUBLIC LOGICAL SmartFilterUseOperators
|
|||||||||
PUBLIC CHARACTER SmartFilterWordIndexColumns
|
|||||||||
PUBLIC LOGICAL StoreVisibleGridColumns
|
|||||||||
PUBLIC CHARACTER VisibleGridColumns
|