The SalTableColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SalTableColumn |
Constructs a new SalTableColumn.
The SalTableColumn control is made inivisible by moving it outside of the
bounds of the parent SalTableWindow control.
|
Methods
Name | Description | |
---|---|---|
![]() | AddListItem |
Adds a string to a list box or combo box.
|
![]() | Average |
Computes the average of all column values or only specified column values in a table
window. Use row flags constants to specify the rows to use in the computation.
For example, you can choose to average only the values of modified rows.
|
![]() | BringWindowToTop |
Brings a window to the top of all overlapping windows.
|
![]() | CanEdit |
FOR FRAMEWORK USAGE ONLY!
The Fnd Framework overrides this to establish additional checks
when grid rows are being selected using mouse dragging. /RAKUSE
|
![]() | CenterWindow |
Centers a window. If the window is a top-level window, it centers it on the
desktop. If the window is a child window, it centers it on top of its parent.
|
![]() | Clear |
Clears the value from a data field, multiline field, or table window column.
|
![]() | ClearCursor |
Clears a window's cursor.
|
![]() | ClearList |
Deletes all entries from a list box or combo box.
|
![]() | DefineCheckBoxColumn |
Define a column as a check box.
|
![]() | DefineDropDownListColumn |
Define a column as a drop down list.
|
![]() | DefinePopupEditColumn |
Define a column as a popup edit window.
|
![]() | DeleteListItem |
Deletes a list box or combo box entry.
|
![]() | DestroyWindow |
Destroys a form window, a top-level table window, or a modeless dialog box created
with SalCreateWindow.
|
![]() | DisableWindow |
Disables keyboard and mouse input to a window. If the window contains text (for example,
a push button), the text is grayed. If the window is a data field, it cannot
receive the focus.
|
![]() | DisableWindowAndLabel |
Disables keyboard and mouse input to a window and grays out its associated label.
A label is the label control that immediately precedes the window in the outline.
The label control must have a mnemonic. If the window contains text (for
example, a push button), the text is grayed. If the window is a data field, it cannot
receive the focus.
|
![]() | EnableWindow |
Enables keyboard and mouse input to a window.
|
![]() | EnableWindowAndLabel |
Enables keyboard and mouse input to a window and enables its associated label as
well. A label is the label control that immediately precedes the window in the
outline.
|
![]() | FindChild |
This function finds a child window of a given name in the specified window.
|
![]() | FormUnitsToPixels |
Computes the number of pixels in the number of form units. Form units
are a unit of measurement used by functions which move and position
objects. Form units are computed using physical units (pixels) in conjunction
with the window's font size.
|
![]() ![]() | FromControl |
Returns the SalTableColumn instance from the specified control.
|
![]() | GetCellType()()()() |
Indicates whether a column is a checkbox, drop down list, popup edit, or standard
column.
|
![]() | GetCellType(SalNumber%) |
Indicates whether a column is a checkbox, drop down list, popup edit, or standard
column.
|
![]() | GetClassName |
Return the name of a window's class as a string.
|
![]() | GetColumnFlags |
Tests the state of a table window column's flags.
|
![]() | GetColumnID |
Gets a table window column's identifier.
|
![]() | GetColumnPosition |
Gets a table window column's relative position.
|
![]() | GetColumnTitle(SalNumber) |
Gets the title of a table window column.
|
![]() | GetColumnTitle(SalString%, SalNumber) |
Gets the title of a table window column.
|
![]() | GetColumnWidth()()()() |
Returns the width (in form units) of a table window column.
|
![]() | GetColumnWidth(SalNumber%) |
Returns the width (in form units) of a table window column.
|
![]() | GetControlType |
Returns an object's type.
|
![]() | GetDataLength |
Returns the maximum length of a data field, multiline text field, or table window
column.
|
![]() | GetDataType |
Returns a data field's or table window column's data type.
|
![]() | GetFirstChild |
Returns the handle of the first child window of the specified type. You can use this
function to get the handles of MDI child windows.
|
![]() | GetFont |
Gets a window's font name, size, and enhancements.
|
![]() | GetFormat()()()() |
Gets the picture format of a data field or table window column.
|
![]() | GetFormat(SalString%) |
Gets the picture format of a data field or table window column.
|
![]() | GetFormatCode |
Returns the current format of a data field or table window column.
|
![]() | GetFormattedText(SalBoolean) |
Copies the contents of a data field or table window column to a string. This function
also lets you copy the format of the data.
|
![]() | GetFormattedText(SalString%, SalBoolean) |
Copies the contents of a data field or table window column to a string. This function
also lets you copy the format of the data.
|
![]() | GetInputMask()()()() |
Gets the input mask of a data field or table window column.
|
![]() | GetInputMask(SalString%) |
Gets the input mask of a data field or table window column.
|
![]() | GetLabel |
Retrieves the window handle of the label (label control) that is associated with the hWndTarget parameter.
There must be a mnemonic in that label, and it must immediately precede hWndTarget in the outline, or this function will fail.
|
![]() | GetLabelText(SalNumber) |
Retrieves the text of the label associated to a control. Important: The label control does not
require a mnemonic for the functions listed above to operate.
|
![]() | GetLabelText(SalString%, SalNumber) |
Retrieves the text of the label associated to a control. Important: The label control does not
require a mnemonic for the functions listed above to operate.
|
![]() | GetListItemsCount |
Returns the number of list box or combo box entries.
|
![]() | GetListItemState |
Determines whether the specified list box or combo box entry is selected.
|
![]() | GetListItemText(SalNumber) |
Returns the text of the specified item.
|
![]() | GetListItemText(SalNumber, SalString%) |
Returns the text of the specified item.
|
![]() | GetListItemTextLength |
Returns the length of a list box or combo box entry.
|
![]() | GetListSelectedFile()()()() |
Fetches the selected directory or file name from a list box or combo box.
|
![]() | GetListSelectedFile(SalString%) |
Fetches the selected directory or file name from a list box or combo box.
|
![]() | GetListSelectedIndex |
Returns the index of the selected entry in a combo box or single-selection list box.
|
![]() | GetListSelectedItems |
Returns an array of index numbers of selected list box entries.
|
![]() | GetListSelectedItemsCount |
Returns the number of selected entries in a multiple-selection list box. Specify
single- or multiple-selection in the list box's customizer.
|
![]() | GetLocation |
Returns a window's current position on the X and Y axes.
|
![]() | GetName()()()() |
Gets the name of an object.
|
![]() | GetName(SalString%) |
Gets the name of an object.
|
![]() | GetNextChild |
Returns the handle of the next child window that matches a specified type.
|
![]() | GetParent |
Returns the handle of an object's parent window.
|
![]() | GetProperty(SalString) |
Gets the value of a named property.
|
![]() | GetProperty(SalString, SalString%) |
Gets the value of a named property.
|
![]() | GetSize |
Returns a window's size.
|
![]() | GetText(SalNumber) |
Retrieves the text of a window.
|
![]() | GetText(SalString%, SalNumber) |
Retrieves the text of a window.
|
![]() | GetTextUnmasked()()()() |
Unmasks the text from a masked edit control.
|
![]() | GetTextUnmasked(SalString%) |
Unmasks the text from a masked edit control.
|
![]() | GetWindowColor |
Gets a window's color.
|
![]() | GetWindowState |
Returns a window's current state.
|
![]() | HideWindow |
Hides a window.
|
![]() | HideWindowAndLabel |
Hides a window and its associated label.
|
![]() | InsertListItem |
Inserts an entry into a list box or combo box at a specified position.
|
![]() | InvalidateWindow |
Causes a window to be repainted.
|
![]() | IsDerivedFromClass |
Determines whether a window is an instance of the specified class.
|
![]() | IsEmpty |
Verifies whether a data field, multiline text field, or table window column is null
or empty.
|
![]() | IsEnabled |
Determines whether a window is enabled for mouse and keyboard input.
|
![]() | IsModified |
Returns the setting of the Field Edit Flag for a data field, multiline field, combo
box, table window's context row cell, or picture.
|
![]() | IsValid |
Validates the contents of a data field or table window column using the current profile.
|
![]() | IsValidDateTime |
Verifies whether a data field, multiline text field, or table window column contains
a valid date/time value. For multiline text fields, the date/time value must
be the only item in the field.
|
![]() | IsValidDecimal |
Verifies whether a data field, multiline text field, or table window column contains
a valid decimal value. For multiline text fields, the decimal value must be
the only item in the field.
|
![]() | IsValidInteger |
Verifies whether a data field, multiline text field, or table window column contains
a valid integer value. For multiline text fields, the integer value must be
the only item in the field.
|
![]() | IsValidNumber |
Verifies whether a data field, multiline text field, or table window column contains
a valid numeric value. Valid numbers are integers or floating point numbers,
negative and positive. For multiline text fields, the numeric value must be the
only item in the field.
|
![]() | IsVisible |
Determines whether a window is currently visible.
|
![]() | KillTimer |
Destroys an object's system timer.
|
![]() | MoveWindow |
Moves a window a given number of form units on the X and Y axes relative to its current
position.
|
![]() | OnBackColorChanged | (Overrides Control..::..OnBackColorChanged(EventArgs).) |
![]() | OnChangeEdit | |
![]() | OnEnabledChanged | (Overrides Control..::..OnEnabledChanged(EventArgs).) |
![]() | OnFontChanged | (Overrides Control..::..OnFontChanged(EventArgs).) |
![]() | OnForeColorChanged | (Overrides Control..::..OnForeColorChanged(EventArgs).) |
![]() | OnInvalidated | (Overrides Control..::..OnInvalidated(InvalidateEventArgs).) |
![]() | OnModified | |
![]() | OnParentChanged | (Overrides Control..::..OnParentChanged(EventArgs).) |
![]() | OnSetupEditor | |
![]() | OnSizeChanged | (Overrides Control..::..OnSizeChanged(EventArgs).) |
![]() | PixelsToFormUnits |
Computes the number of form units based on the number of pixels.
Form units are a unit of measurement used by functions that move and position objects.
Form units are computed using physical units (pixels) in conjunction
with a window's font sizes.
|
![]() | PopulateList(SalSqlHandle, SalString) |
Populates a list box or combo box with a result set. SalListPopulate overrides any
settings made with SalListSetTabs. If the SELECT statement returns data from multiple
columns, each column's data displayed in a list box is separated by tabs.
However, due to a Microsoft Windows limitation, each column's data displayed in
a combo box is separated by a single '|' character. There is no space between
one column's data, the separator character, and another column's data.
|
![]() | PopulateList(SalSqlHandle, SalString, WhenSqlErrorHandler) |
Populates a list box or combo box with a result set. SalListPopulate overrides any
settings made with SalListSetTabs. If the SELECT statement returns data from multiple
columns, each column's data displayed in a list box is separated by tabs.
However, due to a Microsoft Windows limitation, each column's data displayed in
a combo box is separated by a single '|' character. There is no space between
one column's data, the separator character, and another column's data.
|
![]() | PopulateListFiles |
Populates a list box or combo box with a directory of files.
|
![]() | PostMessage |
Posts the specified message to a window by adding nMsg to hWndReceiver's message
queue.
|
![]() | QueryCheckBoxColumn |
If the column is defined as a check box, this function retrieves information about
the check box and returns TRUE. If it is not a check box, this function returns
FALSE.
|
![]() | QueryDropDownListColumn |
If the column is defined as a drop down list, this function retrieves information
about the list and returns TRUE. If it is not a drop down list, this function returns
FALSE.
|
![]() | QueryPopupEditColumn |
If the column is defined as a popup edit, this function retrieves information about
the popup edit and returns TRUE. If it is not a popup edit, this function returns
FALSE.
|
![]() | SendMessage |
Sends the specified message to a window. SalSendMsg does not return until the processing
for the message is complete.
|
![]() | SendMessageToChildren |
Sends a message to all child items of a form window, dialog box, table window, or
MDI window.
|
![]() | SetBoundsCore | (Overrides Control..::..SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).) |
![]() | SetCellTextColor(SalNumber) |
Changes a table window cell's text color.
|
![]() | SetCellTextColor(SalNumber, SalBoolean) |
Changes a table window cell's text color.
|
![]() | SetColumnFlags |
Sets or clears a table window column's flags.
|
![]() | SetColumnPosition |
Moves a table window column to a new position.
|
![]() | SetColumnTitle |
Sets the title of a table window column.
|
![]() | SetColumnWidth |
Sets a table window column's display width.
|
![]() | SetContextMenu(Type, SalNumber) |
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
|
![]() | SetContextMenu(SalString, SalNumber) |
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
|
![]() | SetCursor(Int32, SalNumber) |
Sets a window's cursor.
|
![]() | SetCursor(SalResourceCursor, SalNumber) |
Sets a window's cursor.
|
![]() | SetCursor(SalString, SalNumber) |
Sets a window's cursor from a string variable.
|
![]() | SetCursorFile |
Sets an application-defined cursor for the specified window. Use this function to
set the cursor from an image stored in a file.
|
![]() | SetDataLength |
Sets a limit on the number of characters that a user can enter into a data field,
multiline text field, or table window column.
|
![]() | SetFocus |
Sets the focus to a specified window.
|
![]() | SetFont |
Sets a window's font, font size, and font enhancements.
|
![]() | SetFormat |
Sets the picture format of a data field or table window column.
|
![]() | SetFormatCode |
Sets a data field's or table window column's format.
|
![]() | SetInputMask |
Sets the input mask of a data field or table window column.
|
![]() | SetLabelText |
Sets the text of the associaetd label control.
|
![]() | SetListRedraw |
Redraws entries in a list box or combo box, or prevents them from being redrawn.
|
![]() | SetListSelectedIndex |
Selects or deselects a combo box or single-selection list box entry.
|
![]() | SetListSelectedItems |
Selects or deselects a combo box or multiple-selection list box entry.
|
![]() | SetListSelectedText |
Finds and selects a combo box or single-selection list box entry.
|
![]() | SetListTabStops |
Sets tabs in a list box.
|
![]() | SetLocation |
Moves a window to a new position (x, y) on the X and Y axes.
|
![]() | SetModified |
Sets or clears the field edit flag for an editable data field, combo box, multiline
text field, table window column, or picture.
|
![]() | SetProperty |
Sets the value of a named property.
|
![]() | SetSize |
Resizes a window.
|
![]() | SetText(SalString) |
Sets the text of a window.
|
![]() | SetText(SalString, SalBoolean) |
Copies a string to a data field or table window column. After copying the string
to the field, formats the string.
|
![]() | SetTimer |
Creates a system timer for a given object. When a timer event occurs, sends
SAM_Timer messages to the object in specified intervals. Timers are a limited
global resource. Your application must check the value returned by SalTimerSet
to verify that the timer was created.
|
![]() | SetWindowColor |
Sets a window's color.
|
![]() | SetVisibleCore | (Overrides Control..::..SetVisibleCore(Boolean).) |
![]() | ShowWindow |
Makes a window visible.
|
![]() | ShowWindowAndLabel |
Makes a window and its associated label visible. A label is the label control that
immediately precedes the window in the outline.
|
![]() | Sort |
Sorts the column and shows the sort glyph.
|
![]() | Sum |
Adds the values of the cells in the rows that match the specified flags.
|
![]() | TrackPopupMenu(Type, SalNumber, SalNumber, SalNumber) |
Creates pop-up menus at runtime.
|
![]() | TrackPopupMenu(SalString, SalNumber, SalNumber, SalNumber) |
Creates pop-up menus at runtime.
|
![]() | UpdateWindow |
Forces the update of a window.
|
![]() | Validate()()()() |
Validates and formats a data field's or table window column's contents.
|
![]() | Validate(SalNumber) |
Validates and formats a data field's or table window column's contents.
|
![]() | WinHelp |
Starts the Windows help system.
|
![]() | WndProc |
Redirect Windows message to the implementation object.
(Overrides Control..::..WndProc(Message%).) |
![]() | Yield |
Processes messages for this control.
|
Fields
Name | Description | |
---|---|---|
![]() | _derived |
Instance of the derived object that inherits this class
as a second base in a multiple inheritance tree.
|
Properties
Name | Description | |
---|---|---|
![]() | AllowDrop | (Overrides Control..::..AllowDrop.) |
![]() | Anchor | (Overrides Control..::..Anchor.) |
![]() | BackColor |
Returns/Sets the column's background color.
(Overrides Control..::..BackColor.) |
![]() | BackgroundImage | (Overrides Control..::..BackgroundImage.) |
![]() | BackgroundImageLayout | (Overrides Control..::..BackgroundImageLayout.) |
![]() | CausesValidation | |
![]() | CellColor |
Returns/Sets th current cell background color
|
![]() | CellTextColor |
Returns/Sets th current cell text color
|
![]() | CellType |
Indicates the type of control used to edit the cell.
|
![]() | CharacterCasing |
Indicates if all characters should be left alone or
converted to uppercase or lowercase.
|
![]() | CheckBox |
Defines the behaviour of the check box column.
|
![]() | ColumnTextColor |
Returns/Sets th current column background color
|
![]() | ComboBox |
Defines the behaviour of the combo box column.
|
![]() | CultureInfo |
Returns/Sets the culture to use for this control.
|
![]() | Cursor | (Overrides Control..::..Cursor.) |
![]() | CustomEditor |
Returns/Sets the custom editor control used to edit cells.
|
![]() | DataType |
Value type of the text box control.
|
![]() | DateTime |
DateTime value property.
|
![]() | DesigntimeVisible |
Returns true if the object was designed as visible.
|
![]() | Dock | (Overrides Control..::..Dock.) |
![]() | EditMask |
Indicates the edit mask to apply to the text.
|
![]() | Flags |
Returns/Sets the column flags on this column.
|
![]() | Format |
Format string.
|
![]() | GridCol |
Returns/Sets the underlying flexgrid column.
|
![]() | Id |
Unique column id.
|
![]() | ImeMode | |
![]() | IsAutomatic |
Returns true if the column has been automatically created.
|
![]() | IsDynamic |
Returns true if the column has been dynamically created.
|
![]() | Label |
Returns/Sets the label associated with this control.
|
![]() | Location | |
![]() | MaxLength |
Maximum number of characters.
|
![]() | Modified |
Returns/Sets the modified flag on the current cell.
|
![]() | NamedProperties |
Returns the collection of named properties.
|
![]() | Number |
Number value property.
|
![]() | ParentTable |
Returns the parent SalTableWindow control.
|
![]() | PasswordChar |
Indicates the character to display for password input.
|
![]() | PasswordText |
Returns the text to use when displaying password-protected columns.
|
![]() | PopupBox |
Defines the behaviour of the poupup edit column.
|
![]() | Position |
Column position.
|
![]() | ReadOnly |
Controls whether the text in the cell can be changed.
|
![]() | RightToLeft | |
![]() | Selected |
Selects/Deselcts the column.
|
![]() | Size | |
![]() | SplitGridCol |
Returns/Sets the underlying flexgrid column for the split grid.
|
![]() | TabIndex | |
![]() | TabStop | |
![]() | Text |
Overrides the default text property to keep it in sync
with the grid cell and to convert boolean vlues.
(Overrides Control..::..Text.) |
![]() | TextAlign |
Indicates how the text should be aligned.
|
![]() | Title |
Column's title.
|
![]() | Width |
Column Width.
|
![]() | WordWrap |
Indicates if lines are automatically word-wrapped for
multiline cells.
|
Events
Name | Description | |
---|---|---|
![]() | MessageActions |