Skip to content

DataFlex Web Application Class Library

Combined Application Library | Windows Application Library

Classes Overview

Class Name Description
Array Used to create a collection of values which are stored and accessed via item numbers
BaseData_Set Abstract class providing methods for accessing databases in a program
BaseXmlDomAttribute Abstract XML class for handling an attribute node
BaseXmlDomcDataSection Abstract XML class for handling cDataSection nodes
BaseXmlDomCharacterData Abstract XML class for handling character/text nodes
BaseXmlDomComment Abstract XML class for handling comment nodes
BaseXmlDomDocument Abstract XML class for handling an XML document
BaseXmlDomDocumentFragment Abstract XML class for handling an XML document fragment
BaseXmlDomDocumentType Abstract XML class for handling Document Type (DTD) nodes
BaseXmlDomElement Abstract XML class for handling element nodes
BaseXmlDomEntity Abstract XML class for handling Entity nodes
BaseXmlDomEntityReference Abstract XML class for handling Entity Reference nodes
BaseXmlDomImplementation Abstract XML class for handling Implementation nodes
BaseXmlDomNamedNodeMap Abstract XML class for handling named node map nodes
BaseXmlDomNode The ultimate XML abstract superclass designed to handle all XML node types
BaseXmlDomNodeList Abstract XML class for handling node lists
BaseXmlDomNotation Abstract XML class for handling notation nodes
BaseXMLDomParseError Provides support reporting parsing errors in an XML document
BaseXmlDomProcessingInstruction Abstract XML class for handling Processing Instructions (PIs) nodes
BaseXmlDomTextNode Abstract XML class for handling text nodes
Broadcaster Provides grouping and message-relaying services for a set of objects
BusinessProcess Contains and executes the statements to perform a batch process on an application's database tables
cApplication Encapsulates methods and properties that are essential to the running of your application
cBaseErrorHandler Abstract class that contains the shared functionality of the cWebErrorHandler and the cWindowsErrorHandler
cBaseHTTPTransfer Abstract class for handling HTTP transfers
cBaseSQLExecutor Abstract API base class for executing SQL Statements from DataFlex
cBaseWebComponent An abstract base DDO container for web component objects
cCharTranslate Allows conversion of data from various character encodings to various destination types
cCJComSkinFrameworkGlobalSettings Provides a standard COM import wrapper for the Codejock SkinFrameworkGlobalSettings class
cCJMenuTitleBar
cClientWebService The base class for all client web-services
cClientWebService12 Class that supports client web-services using SOAP 1.2
cCLIHandler Implements functionality common for the CLI based Connectivity Kits (SQL Server, DB2 and ODBC)
cCollection Maintains a collection of object handles
cComAutomationObject Generates wrapper classes for imported OLE Automation Objects
cCommandLine Encapsulates access to the command-line of the running program
cComStdFont OLE conventions implement fonts as Automation objects that contain the properties of the font
cComStdPicture OLE conventions implement pictures as Automation objects that contain the properties of the picture
cConnection Handles connections for drivers that support Connection IDs (Managed Connections)
cDB2Handler Implements functionality specific to DB2.
cDesktop Used to create the desktop object which contains all other objects within an application
cDFBtrDrvHandler Btrieve Driver Handler class
cFTPTransfer Implements FTP client-side operations
cHttpTransfer Implements HTTP client-side operations
cImageList A collection of images of the same size, each of which can be referred to by its index
cImageList32 A collection of images of the same size, each of which can be referred to by its index
cIniFile Class for processing Windows INI (configuration) files
cIniProcessor Class for processing ini files in memory
cJsonHttpTransfer Provides an easy mechanism for sending and receiving JSON documents via HTTP
cJsonObject Represents a single JSON node within a structure of JSON nodes
cLocalWebDragDropHelper
cLocalWebResourceManager The FlexTron resource manager for file upload and download services
cLoginEncryption Manages login password encryption and decryption for Managed Connections
cMapiHandler Consists of functions for sending mail, reading received mail and sending documents
cMSSQLHandler Implements functionality specific to SQL Server.
cObject The fundamental class from which all classes are derived
cODBCHandler Implements functionality specific to ODBC.
CodeValidationTable Provides a two-column table of validation data for validation lists used with DataDictionary objects.
cPasswordHasher Provides a standardized way to create passwords in DataFlex without using an additional Security Library
cRegEx Provides functionality for pattern matching, searching, and manipulating strings using regular expressions
cRegistry Provides access to the Windows system Registry
cSelectionSource Source of options/items provided in cWebTagsForm
cSeqFileHelper A helper class, assists in reading and writing sequential files in various formats - binary and character (OEM, ANSI, UTF-8, UTF-16)
cSQLConnection Handles all Embedded SQL operations for one connection.
cSQLExecutor Provides the API for executing SQL Statements from DataFlex
cSQLHandleManager Base entry point for all Embedded SQL operations.
cSQLStatement Handles all Embedded SQL operation for one statement. The statement is the most used entity in any SQL environment.
cSQLTokenProvider
cTableColumnFetchHelper Allows creation of a helper object that makes it easy to enable or disable Selected Column Fetching (SCF) for a large number of tables.
cVersionInfo Contains information relating to the application's embedded Version Information resources
cWebAccordionCard Multiple cWebAccordionCard objects are nested inside a parent cWebAccordionContainer
cWebAccordionContainer Web Container that is divided into sections (cards) showing a horizontal header
cWebActionBar The cWebActionBar class is designed as a container for action buttons (cWebMenuItem)
cWebApp Outermost container for Web Framework Desktop and Mobile/Touch applications
cWebAppBasic Outermost container for Web Framework Basic applications
cWebAppLogReader Reads web application logs created by WebAppServer.
cWebAppSessionDataDictionary DataDictionary class for the web application session table (WebAppSession) used by the "standard" web application session manager class (cWebSessionManagerStandard)
cWebAppUserDataDictionary DataDictionary class for the web application user table (WebAppUser) used by the "standard" web application session manager class (cWebSessionManagerStandard)
cWebAspClassicObject Creates ASP-Style Web Component objects
cWebBaseContainer Abstract Web Container Class
cWebBaseControl Web control base class
cWebBaseDEO Abstract web data entry object (DEO) class
cWebBaseDEOServer Abstract Web Data Entry Object (DEO) Container Class
cWebBaseFileUpload Abstract Web Framework class for uploading files
cWebBaseForm Abstract web form class
cWebBaseObject Abstract base class for cWebObject
cWebBaseSelectionForm Base class for selection controls that show suggestions while typing
cWebBaseUIObject Base class for Web Objects that model some of the client-side user interface.
cWebBreadcrumb The Web Framework breadcrumb control
cWebButton The Web Framework button control
cWebCard The Web Framework card control. Used inside a card container to provide a stack of overlaid panels
cWebCardContainer The Web Framework card container. Used with embedded card pages to provide a stack of overlaid panels
cWebCheckbox The Web Framework checkbox control
cWebColorForm A color selection control that renders like a form, and pops up the cWebColorPicker control with the content being color code
cWebColorPicker Renders an inline color picker control that allows the user to select a color using a HSL system
cWebColumn The Web Framework grid column control
cWebColumnButton Web Framework class that adds buttons to a list or grid cell
cWebColumnCheckbox The Web Framework grid checkbox column control
cWebColumnCombo The Web Framework grid combo column control
cWebColumnDate Web Framework class that adds a prompt button with a date picker to a list or grid cell
cWebColumnDeleteButton
cWebColumnHighlight Web Framework grid column control for showing search results
cWebColumnImage Web Framework class that shows images inside a list or grid column
cWebColumnLink Web Framework class that generates a link, making the value of the column clickable
cWebColumnSelectionIndicator Web Framework class to be used with cWebMultiSelectList class
cWebColumnSuggestion Web framework class used to create search columns. While typing, suggestions are shown below the entered value in a list.
cWebColumnTags Web framework class used to display and edit tags
cWebCombo The Web Framework combo form control
cWebCommandBar The Web Framework menu and toolbar container
cWebComponent A basic DDO container for helper web component objects
cWebContextMenu Menus that appear when right-clicking on elements
cWebDateForm The Web Framework single line edit control with integrated date selection (popup calendar)
cWebDatePicker The Web Framework single calendar control
cWebDragDropFileHelper Adds file drag and drop fuctionality to web controls
cWebDragDropHelper Adds drag and drop fuctionality to web controls
cWebDrawing Allows drawing on a canvas in web applications
cWebDynamicObjectContainer Container Class for dynamic web objects
cWebEdit The Web Framework multi-line edit control
cWebErrorHandler The Web Framework error handler
cWebFileUploadButton Web Framework button class that pops up a file selection dialog when clicked and allows for uploading selected files
cWebFileUploadForm Web Framework form class with a prompt button that pops up a file selection dialog when clicked and allows for uploading selected files
cWebFloatingPanel Web floating panel is a versatile control that can be used to position controls in virtually any position
cWebForm The Web Framework form control for single line data entry
cWebGeoLocation Provides an API for querying the user's current GEO location
cWebGrid The Web Framework multi-row, multi-column grid control
cWebGroup The Web Framework group control
cWebHorizontalLine The Web Framework horizontal line control
cWebHtmlBox The Web Framework HTML server control
cWebHtmlList Combines the data binding and finding logic of the cWebList with the flexibility and freedom of the cWebHtmlBox
cWebHttpHandler Handles HTTP requests for REST and other HTTP services
cWebHttpMultipartFormdataHandler Can be used to handle HTTP requests in the multipart/form-data format
cWebIFrame The Web Framework HTML IFrame control.
cWebImage The Web Framework image control
cWebLabel The Web Framework label control
cWebList The Web Framework multi-row, multi-column list control
cWebListExpandPanel A container child of a web list that can contain any other control and it will expand below a specific row
cWebListSwipeButton Web class for adding 'swipe' buttons to lists
cWebMenuBar The Web Framework menu bar container
cWebMenuButton The Web Framework's Button-style floating menu container
cWebMenuClear The Web Framework menu item class for clearing data in a view or dialog
cWebMenuClearAll The Web Framework menu item class for clearing all data in a view or dialog
cWebMenuColumnList Web Framework column list menu class
cWebMenuColumnRestorer Web Framework column restorer menu class
cWebMenuDelete The Web Framework menu item class for deleting a record in a view or dialog
cWebMenuFind The Web Framework menu item class for finding a record in a view or dialog
cWebMenuFindFirst The Web Framework menu item class for finding the first record in a view or dialog
cWebMenuFindLast The Web Framework menu item class for finding the last record in a view or dialog
cWebMenuFindNext The Web Framework menu item class for finding the next record in a view or dialog
cWebMenuFindPrevious The Web Framework menu item class for finding the previous record in a view or dialog
cWebMenuGroup The Web Framework dynamic menu group provider
cWebMenuGroupingSelector Grouping selector menu class for the cWebList class
cWebMenuItem The Web Framework menu item/toolbar item
cWebMenuItemCheckbox The Web Framework checkbox menu item/toolbar item, can be used to create a multi-option menu
cWebMenuItemLoadView Specialized cWebMenuItem class that supports loading of views
cWebMenuList Web Class that renders a list style menu supporting multiple levels
cWebMenuPrompt The Web Framework menu item class for invoking a prompt object
cWebMenuSave The Web Framework menu item class for saving a record in a view or dialog
cWebModalDialog The Web Framework modal dialog class
cWebMultiSelectList The Web Framework multi-row, multi-column list control with multiple selectable rows
cWebObject The Web Framework Web Object class
cWebPanel The Web Framework panel control
cWebParentCombo The Web Framework parent table combo class
cWebProgressBar The Web Framework progress bar control
cWebPromptList Specialized list class for creating a prompt list inside a modal dialog
cWebRadio The Web Framework radio control
cWebResourceManager The Web Framework resource manager for file upload and download services
cWebSelectionForm Selection form that lets users choose a single value from suggestions
cWebServerUIErrorHandler Standard error handler for Server Web UI Applications
cWebService Creates Web Service Objects - the basic component of all web-service based Web Applications
cWebSessionManager Provides basic Web Framework session management interface for a web application
cWebSessionManagerStandard DataFlex Web Framework session manager class with standard session management services
cWebSlider The Web Framework slider control
cWebSpacer The Web Framework empty space control
cWebSuggestionForm Web framework form used to create search fields. While typing, suggestions are shown below the form in a list
cWebTabContainer The Web Framework tab container. Used with embedded tab pages to create a stack of tabbed overlaid panels.
cWebTabPage The Web Framework tab page control. Used inside a tab container to create a stack of tabbed overlaid panels.
cWebTagsForm Web Framework form control for selecting or creating multiple items (tags) from a source
cWebTimer The Web Framework timer control. Used to trigger timed events to be sent from the client back to the server.
cWebToolBar The Web Framework toolbar container
cWebTreeView The Web Framework treeview control
cWebView The Web Framework data entry view class
cWebViewStack Mobile/Touch Web Framework drilldown navigation view stack
cWebWidget The base widget class to subclass from, often using the Composite keyword
cWebWidgetConfigurationWizard Base class used to create custom configuration wizards
cWebWidgetConfigurationWizardStandard Standard implementation of a cWebWidgetConfigurationWizard
cWebWidgetContainer Component that houses cWebWidgets
cWebWidgetContainerContextMenu cWebContextMenu subclass that is used internally inside the cWebWidgetContainer to provide a context menu to the container
cWebWidgetPalette Convenience class meant to be used in conjunction with a cWebWidgetContainer
cWebWindow The Web Framework basic window class
cWorkspace Encapsulates access to a Workspace file to set the program's filelist and DFPath
cXMLDOMAttribute XML class for handling an attribute node
cXMLDOMCDATASection XML class for handling CDATA Section nodes
cXMLDOMComment XML class for handling Comment nodes
cXMLDOMDocument Provides the Interface to the root node of an XML document
cXMLDOMDocumentFragment XML class for handling Document Fragments
cXMLDOMDocumentType Contains information associated with the document type declaration
cXMLDOMElement XML class for handling an element node
cXMLDOMEntity XML class for handling an Entity node
cXMLDOMEntityReference XML class for handling Entity Reference nodes
cXMLDOMNamedNodeMap XML class for handling Named Node map (collections of attributes)
cXMLDOMNode Creates a generic XML DOM Node object
cXMLDOMNodeList Supports iteration through the node collection
cXMLDOMNotation XML class for handling a Notation node
cXMLDOMParseError Provides support reporting parsing errors in an XML document
cXMLDOMProcessingInstruction XML class for handling Processing Instruction (PI) nodes
cXMLDOMTextNode XML class for handling a text node
cXmlHttpTransfer Provides an easy mechanism for sending and receiving XML documents via Http.
DataDictionary This class provides the main method for accessing databases in DataFlex programs.
DataSet Abstract class providing methods for accessing databases in a program
DescriptionValidationTable Provides a two-column table of validation data for validation lists used with DataDictionary objects.
FileValidationTable Provides a two-column table of validation data for validation lists used with DataDictionary objects.
InetTransfer Abstract class for handling HTTP and FTP transfers
Mixin Provides a method for mixing additional skills into a class
Set Assembles and maintains a set of unique values
StatusAsciiLog Used for logging status and error reports from unattended (batch) processes to an ascii file
StatusDbLog Used for logging status and error reports from unattended (batch) processes to a database file
ValidationTable Provides a one-column table of validation data for validation lists used with DataDictionary objects.