The SalQuickToolTipMultilineField type exposes the following members.

Methods

  NameDescription
Public methodAddTool
Multiple Inheritance: Wrapper function.
Public methodBringWindowToTop
Brings a window to the top of all overlapping windows.
(Inherited from SalMultilineField.)
Public methodCenterWindow
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.
(Inherited from SalMultilineField.)
Public methodClear
Clears the value from a data field, multiline field, or table window column.
(Inherited from SalMultilineField.)
Public methodClearCursor
Clears a window's cursor.
(Inherited from SalMultilineField.)
Public methodDeleteTool()()()()
Multiple Inheritance: Wrapper function.
Public methodDeleteTool(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodDestroyWindow
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
(Inherited from SalMultilineField.)
Public methodDisableWindow
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.
(Inherited from SalMultilineField.)
Public methodDisableWindowAndLabel
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.
(Inherited from SalMultilineField.)
Public methodEnableWindow
Enables keyboard and mouse input to a window.
(Inherited from SalMultilineField.)
Public methodEnableWindowAndLabel
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.
(Inherited from SalMultilineField.)
Public methodFindChild
This function finds a child window of a given name in the specified window.
(Inherited from SalMultilineField.)
Public methodFormUnitsToPixels
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.
(Inherited from SalMultilineField.)
Public methodGetClassName
Return the name of a window's class as a string.
(Inherited from SalMultilineField.)
Public methodGetControlType
Returns an object's type.
(Inherited from SalMultilineField.)
Public methodGetDataLength
Returns the maximum length of a data field, multiline text field, or table window column.
(Inherited from SalMultilineField.)
Public methodGetDataType
Returns a data field's or table window column's data type.
(Inherited from SalMultilineField.)
Public methodGetFirstChild
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.
(Inherited from SalMultilineField.)
Public methodGetFont
Gets a window's font name, size, and enhancements.
(Inherited from SalMultilineField.)
Public methodGetFormat()()()()
Gets the picture format of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodGetFormat(SalString%)
Gets the picture format of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodGetFormatCode
Returns the current format of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodGetFormattedText(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.
(Inherited from SalMultilineField.)
Public methodGetFormattedText(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.
(Inherited from SalMultilineField.)
Public methodGetInputMask()()()()
Gets the input mask of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodGetInputMask(SalString%)
Gets the input mask of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodGetLabel
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.
(Inherited from SalMultilineField.)
Public methodGetLabelText(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.
(Inherited from SalMultilineField.)
Public methodGetLabelText(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.
(Inherited from SalMultilineField.)
Public methodGetLocation
Returns a window's current position on the X and Y axes.
(Inherited from SalMultilineField.)
Public methodGetName()()()()
Gets the name of an object.
(Inherited from SalMultilineField.)
Public methodGetName(SalString%)
Gets the name of an object.
(Inherited from SalMultilineField.)
Public methodGetNextChild
Returns the handle of the next child window that matches a specified type.
(Inherited from SalMultilineField.)
Public methodGetParent
Returns the handle of an object's parent window.
(Inherited from SalMultilineField.)
Public methodGetProperty(SalString)
Gets the value of a named property.
(Inherited from SalMultilineField.)
Public methodGetProperty(SalString, SalString%)
Gets the value of a named property.
(Inherited from SalMultilineField.)
Public methodGetSize
Returns a window's size.
(Inherited from SalMultilineField.)
Public methodGetStatusText()()()()
Multiple Inheritance: Wrapper function.
Public methodGetStatusText(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodGetText(SalNumber)
Retrieves the text of a window.
(Inherited from SalMultilineField.)
Public methodGetText(SalString%, SalNumber)
Retrieves the text of a window.
(Inherited from SalMultilineField.)
Public methodGetTextUnmasked()()()()
Unmasks the text from a masked edit control.
(Inherited from SalMultilineField.)
Public methodGetTextUnmasked(SalString%)
Unmasks the text from a masked edit control.
(Inherited from SalMultilineField.)
Public methodGetTipText()()()()
Multiple Inheritance: Wrapper function.
Public methodGetTipText(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodGetWindowColor
Gets a window's color.
(Inherited from SalMultilineField.)
Public methodGetWindowState
Returns a window's current state.
(Inherited from SalMultilineField.)
Public methodHideWindow
Hides a window.
(Inherited from SalMultilineField.)
Public methodHideWindowAndLabel
Hides a window and its associated label.
(Inherited from SalMultilineField.)
Public methodInvalidateWindow
Causes a window to be repainted.
(Inherited from SalMultilineField.)
Public methodIsDerivedFromClass
Determines whether a window is an instance of the specified class.
(Inherited from SalMultilineField.)
Public methodIsEmpty
Verifies whether a data field, multiline text field, or table window column is null or empty.
(Inherited from SalMultilineField.)
Public methodIsEnabled
Determines whether a window is enabled for mouse and keyboard input.
(Inherited from SalMultilineField.)
Protected methodIsInputKey (Inherited from SalMultilineField.)
Public methodIsModified
Returns the setting of the Field Edit Flag for a data field, multiline field, combo box, table window's context row cell, or picture.
(Inherited from SalMultilineField.)
Public methodIsTool()()()()
Multiple Inheritance: Wrapper function.
Public methodIsTool(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodIsValid
Validates the contents of a data field or table window column using the current profile.
(Inherited from SalMultilineField.)
Public methodIsValidDateTime
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.
(Inherited from SalMultilineField.)
Public methodIsValidDecimal
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.
(Inherited from SalMultilineField.)
Public methodIsValidInteger
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.
(Inherited from SalMultilineField.)
Public methodIsValidNumber
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.
(Inherited from SalMultilineField.)
Public methodIsVisible
Determines whether a window is currently visible.
(Inherited from SalMultilineField.)
Public methodKillTimer
Destroys an object's system timer.
(Inherited from SalMultilineField.)
Public methodMoveWindow
Moves a window a given number of form units on the X and Y axes relative to its current position.
(Inherited from SalMultilineField.)
Protected methodOnGotFocus (Inherited from SalMultilineField.)
Protected methodOnReadOnlyChanged (Inherited from SalMultilineField.)
Protected methodOnTextChanged (Inherited from SalMultilineField.)
Public methodPixelsToFormUnits
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.
(Inherited from SalMultilineField.)
Public methodPostMessage
Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.
(Inherited from SalMultilineField.)
Public methodSendMessage
Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.
(Inherited from SalMultilineField.)
Public methodSendMessageToChildren
Sends a message to all child items of a form window, dialog box, table window, or MDI window.
(Inherited from SalMultilineField.)
Public methodSetContextMenu(Type, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalMultilineField.)
Public methodSetContextMenu(SalString, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalMultilineField.)
Public methodSetCursor(Int32, SalNumber)
Sets a window's cursor.
(Inherited from SalMultilineField.)
Public methodSetCursor(SalResourceCursor, SalNumber)
Sets a window's cursor.
(Inherited from SalMultilineField.)
Public methodSetCursor(SalString, SalNumber)
Sets a window's cursor from a string variable.
(Inherited from SalMultilineField.)
Public methodSetCursorFile
Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.
(Inherited from SalMultilineField.)
Public methodSetDataLength
Sets a limit on the number of characters that a user can enter into a data field, multiline text field, or table window column.
(Inherited from SalMultilineField.)
Public methodSetFocus
Sets the focus to a specified window.
(Inherited from SalMultilineField.)
Public methodSetFont
Sets a window's font, font size, and font enhancements.
(Inherited from SalMultilineField.)
Public methodSetFormat
Sets the picture format of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodSetFormatCode
Sets a data field's or table window column's format.
(Inherited from SalMultilineField.)
Public methodSetInputMask
Sets the input mask of a data field or table window column.
(Inherited from SalMultilineField.)
Public methodSetLabelText
Sets the text of the associaetd label control.
(Inherited from SalMultilineField.)
Public methodSetLocation
Moves a window to a new position (x, y) on the X and Y axes.
(Inherited from SalMultilineField.)
Public methodSetModified
Sets or clears the field edit flag for an editable data field, combo box, multiline text field, table window column, or picture.
(Inherited from SalMultilineField.)
Public methodSetProperty
Sets the value of a named property.
(Inherited from SalMultilineField.)
Public methodSetSize
Resizes a window.
(Inherited from SalMultilineField.)
Public methodSetStatusText(SalString)
Multiple Inheritance: Wrapper function.
Public methodSetStatusText(SalWindowHandle, SalString)
Multiple Inheritance: Wrapper function.
Public methodSetText(SalString)
Sets the text of a window.
(Inherited from SalMultilineField.)
Public methodSetText(SalString, SalBoolean)
Copies a string to a data field or table window column. After copying the string to the field, formats the string.
(Inherited from SalMultilineField.)
Public methodSetTimer
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.
(Inherited from SalMultilineField.)
Public methodSetTipText(SalString)
Multiple Inheritance: Wrapper function.
Public methodSetTipText(SalWindowHandle, SalString)
Multiple Inheritance: Wrapper function.
Public methodSetWindowColor
Sets a window's color.
(Inherited from SalMultilineField.)
Protected methodSetVisibleCore (Inherited from SalMultilineField.)
Public methodShowWindow
Makes a window visible.
(Inherited from SalMultilineField.)
Public methodShowWindowAndLabel
Makes a window and its associated label visible. A label is the label control that immediately precedes the window in the outline.
(Inherited from SalMultilineField.)
Public methodTrackPopupMenu(Type, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalMultilineField.)
Public methodTrackPopupMenu(SalString, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalMultilineField.)
Public methodUpdateWindow
Forces the update of a window.
(Inherited from SalMultilineField.)
Public methodValidate()()()()
Validates and formats a data field's or table window column's contents.
(Inherited from SalMultilineField.)
Public methodValidate(SalNumber)
Validates and formats a data field's or table window column's contents.
(Inherited from SalMultilineField.)
Public methodWinHelp
Starts the Windows help system.
(Inherited from SalMultilineField.)
Protected methodWndProc
Redirect Windows message to the implementation object.
(Inherited from SalMultilineField.)
Public methodYield
Processes messages for this control.
(Inherited from SalMultilineField.)

See Also