Index: t
- TABLE_ABOUT_TO_DRAW Enumerated value
- TableEvent class, in enum TableEventType. Always sent before drawing-related events (TABLE_DRAW, TABLE_DRAW_CELL). It is a good place to move any child components the table may have.
- TABLE_DRAW Enumerated value
- TableEvent class, in enum TableEventType. Sent when any part of the table must be redrawn. This is sent after all the TABLE_DRAW_CELL events have been generated and after any automatically...
- TABLE_DRAW_CELL Enumerated value
- TableEvent class, in enum TableEventType. A cell needs to be redrawn. No clipping rectangle is set, but can be set as desired. It is not a good idea to draw outside of the given cell, as it...
- TABLE_INVALID_POSITION Global data
- toolkit library. Returned by GetXPosAt() and GetYPosAt() to indicate an invalid graphics coordinate for the specifed row or column entry.
- TABLE_OVERALL_HEIGHT_CHANGED Enumerated value
- TableEvent class, in enum TableEventType. Generated when the number of rows in the table has been changed or a row height has been changed. This will be sent before any redraw events.
- TABLE_SCROLLED Enumerated value
- TableEvent class, in enum TableEventType. The table has been scrolled by calling either the GetFirstVisibleRow() or GetLastVisibleRow() method, using the Scroll() method, or the user has drag...
- TABLE_SELECTION_CHANGED Enumerated value
- TableEvent class, in enum TableEventType. Generated when the user changes the selection either via at the end of a pen stroke or through key navigation.
- TABLE_SELECTION_NONE Global data
- toolkit library. Returned by GetLeftColumn(), GetRightColumn(), GetTopRow(), and GetBottomRow() if the table has no selection.
- TableAboutToDraw(...) Member function
- TableAdapter class. Always called before drawing-related events. See TableEventType in TableEvent() for more information.
- TableAboutToDraw(...) Pure virtual member function
- TableListenerInterface class. Always called before drawing-related events. See TableEventType in TableEvent() for more information.
- TableAdapter class
- toolkit library. The TableAdapter class is a subclass of TableListenerInterface to be notified of table events. This subclass provides empty function definitions so...
- TableDraw(...) Member function
- TableAdapter class. Called when any part of the table must be redrawn. See TableEventType in TableEvent() for more information.
- TableDraw(...) Pure virtual member function
- TableListenerInterface class. Called when any part of the table must be redrawn. See TableEventType in TableEvent() for more information.
- TableDrawCell(...) Member function
- TableAdapter class. Notified when the FlexTable needs to redraw a cell. See TableEventType in TableEvent() for more information.
- TableDrawCell(...) Pure virtual member function
- TableListenerInterface class. Notified when the FlexTable needs to redraw a cell. See TableEventType in TableEvent() for more information.
- TableEvent class
- toolkit library. The TableEvent is created and sent to a TableListenerInterface when the FlexTable needs to be redrawn or the selection has changed.
- TableEvent(...) Member function
- TableEvent class. Constructor for the TableEvent.
- TableEventType Enumerated type
- TableEvent class. The types of table events that can be generated by the FlexTable.
- _tableEventType Member data
- TableEvent class. The type of event this TableEvent represents.
- TableListenerInterface class
- toolkit library. TableListenerInterface is the abstract base class for TableListener objects. It is the listener interface for receiving table events.
- TableOverallHeightChanged(...) Member function
- TableAdapter class. Called when the number of rows in the table has been changed or the row height has been changed. See TableEventType in TableEvent() for more...
- TableOverallHeightChanged(...) Pure virtual member function
- TableListenerInterface class. Called when the number of rows in the table, or the row height, has been changed. See TableEventType in TableEvent() for more information.
- TableScrolled(...) Member function
- TableAdapter class. Called when the table has been scrolled. See TableEventType in TableEvent() for more information.
- TableScrolled(...) Pure virtual member function
- TableListenerInterface class. Called when the table has been scrolled. See TableEventType in TableEvent() for more information.
- TableSelectionChanged(...) Member function
- TableAdapter class. Notified when the FlexTable has changed the selection. See TableEventType in TableEvent() for more information.
- TableSelectionChanged(...) Pure virtual member function
- TableListenerInterface class. Notified when the FlexTable has changed the selection. See TableEventType in TableEvent() for more information.
- TABLET_TOUCH_WAKEUP_CAUSE Enumerated value
- PD class, in enum WakeupCause. A digitizer tablet touch caused the wakeup.
- TagData class
- data library. TagData class provides a mechanism to dynamically store and retrieve data with objects, without using the normal data member mechanism.
- Target class
- wwwconv library. Defines 3 methods for the streaming of tags and data.
- Target(...) Inline member function
- Target class. Constructor.
- ~Target(...) Inline member function
- Target class. Destructor.
- TargetChanged(...) Pure virtual member function
- TargetChangeListenerInterface class. Invoked when the target has changed and a TargetChangeEvent that contains a pointer to the new target is passed.
- TargetChangeEvent class
- toolkit library. The TargetChangeEvent class implements TargetChangeEvents, which are passed to TargetChangeListener objects that are registered with the AppBase via...
- TargetChangeEvent(...) Inline member function
- TargetChangeEvent class. Constructor for the TargetChangeEvent. TargetChangeEvents are created by the AppBase object in response to changes in the target.
- TargetChangeListenerInterface class
- toolkit library. TargetChangeListenerInterface is a listener class that is notified when the target under an application changes.
- TCHAR Global data
- sys_info library. Variables of type TCHAR are text characters (either Unicode or ASCII). TCHAR variables require one byte under single-byte character sets (SBCS, in...
- TD_MAX_KEY_SIZE Global data
- data library. TD_MAX_KEY_SIZE is the maximum size for a tag data item.
- TDCallback(...) Global function
- data library. A typedef for the kind of function used with TagData::Enum()
- TDKey Global data
- data library. A key used with the TagData object. It is an unsigned integer with a maximum value of UINT16_MAX. The programmer is responsible for making sure a...
- TEC_ACCESS_POINT Enumerated value
- umatrans library, in enum TransportErrorCode. The connection access point was invalid.
- TEC_BUSY Enumerated value
- umatrans library, in enum TransportErrorCode. The number dialed was busy.
- TEC_CANCELED Enumerated value
- umatrans library, in enum TransportErrorCode. The operation in progress was canceled (by the Transport::Cancel() call).
- TEC_DATA_LINE_UNAVAILABLE Enumerated value
- umatrans library, in enum TransportErrorCode. The data line could not be obtained.
- TEC_IO Enumerated value
- umatrans library, in enum TransportErrorCode. An I/O error of unspecified type has occurred.
- TEC_MAX Enumerated value
- umatrans library, in enum TransportErrorCode. Placeholder for the last standard error code. TEC_MAX itself should never be used by Transports. Custom transport error codes (extensions to those...
- TEC_MODEM_NOT_RESPONDING Enumerated value
- umatrans library, in enum TransportErrorCode. The modem did not respond to a control command.
- TEC_NO_ANSWER Enumerated value
- umatrans library, in enum TransportErrorCode. The modem indicated "NO ANSWER"
- TEC_NO_CARRIER Enumerated value
- umatrans library, in enum TransportErrorCode. The modem indicated "NO CARRIER"
- TEC_NO_DIALTONE Enumerated value
- umatrans library, in enum TransportErrorCode. The modem indicated "NO DIALTONE"
- TEC_NO_MEMORY Enumerated value
- umatrans library, in enum TransportErrorCode. Insufficient memory.
- TEC_NO_SPACE Enumerated value
- umatrans library, in enum TransportErrorCode. No space in the filesystem.
- TEC_NOT_FOUND Enumerated value
- umatrans library, in enum TransportErrorCode. The AccessPoint (for Connect()) or message ID (for Send()) was not found.
- TEC_NOT_IMPLEMENTED Enumerated value
- umatrans library, in enum TransportErrorCode. The transport does not implement the requested operation. Usually used by Send() for retrieve-only Transports and Retrieve() for send-only Transports.
- TEC_OK Enumerated value
- umatrans library, in enum TransportErrorCode. No error.
- TEC_PASSWORD Enumerated value
- umatrans library, in enum TransportErrorCode. An incorrect password was used.
- TEC_RECIPIENT Enumerated value
- umatrans library, in enum TransportErrorCode. A primary recipient of the message was not valid. For Transports that support a distinction between primary ("To") and carbon-copy "Cc"recipients,...
- TEC_SENDER Enumerated value
- umatrans library, in enum TransportErrorCode. The sender of the message is not valid.
- TEC_SEQUENCE Enumerated value
- umatrans library, in enum TransportErrorCode. Transport functions were called out of sequence. For instance, Disconnect() was called before Connect().
- TEC_SERVER Enumerated value
- umatrans library, in enum TransportErrorCode. A server-specific error has occurred. This error code should be used if the server has provided an error message and/or number, and no other error...
- TEC_TENYEN_BASE Enumerated value
- TenYenTransport class, in enum ErrorCode. Base for numeric 10-Yen error codes.
- TEC_TENYEN_NAN Enumerated value
- TenYenTransport class, in enum ErrorCode. The error code was not a number.
- TEC_TIMEOUT Enumerated value
- umatrans library, in enum TransportErrorCode. A timeout expired in the course of I/O.
- TEC_TOO_BIG Enumerated value
- umatrans library, in enum TransportErrorCode. A message was too large to retrieve.
- TEC_UMA_INTERNAL Enumerated value
- umatrans library, in enum TransportErrorCode. Internal UMA error. Should indicate either a UMA or an application bug, not a communications error condition.
- TEC_UNAVAILABLE Enumerated value
- umatrans library, in enum TransportErrorCode. The service which the Transport is attempting to use is currently unavailable.
- TenYenTransport class
- umatransprt library. The TenYenTransport class implements the 10-Yen mail protocol and service jointly provided by Masternet and NTT DoCoMo in Japan.
- TenYenTransport(...) Member function
- TenYenTransport class. Class constructor.
- ~TenYenTransport(...) Member function
- TenYenTransport class. Class destructor. Frees the DataLine, if the TenYenTransport has acquired it.
- Terminate(...) Member function
- Base64Decoder class. Tests whether the Base64 sequence was terminated in a manner compliant with the specification. The Base64 specification requires that the number of...
- Base64Encoder class. Terminates a Base64 sequence in a manner compliant with the specification. The Base64 specification requires that the number of characters in a...
- FromUnicodeConverter class. Terminates a block of converted text. This should be called after the text has been converted. Its purpose is to ensure that modal encodings end in...
- JisToUnicodeConverter class. Terminates a block of converted text. This should be called after the text has been converted. Its purpose is to ensure that conversions from...
- QuotedPrintableDecoder class. Tests whether the QuotedPrintable sequence was terminated in a manner compliant with the specification.
- QuotedPrintableEncoder class. Terminates a QuotedPrintable sequence in a manner compliant with the specification. Since line-wrapping functionality is not yet implemented in...
- SjisToUnicodeConverter class. Terminates a block of converted text. This should be called after the text has been converted. Its purpose is to ensure that conversions from...
- ToUnicodeConverter class. Terminates a block of converted text. This should be called after the text has been converted. Its purpose is to ensure that conversions from...
- UnicodeToJisConverter class. Terminates a block of converted text by restoring the mode to ASCII. Terminate() should be called when the conversion is complete.
- Utf8ToUnicodeConverter class. Terminates a block of converted text. This should be called after the text has been converted. Its purpose is to ensure that conversions from...
- Terminate(...) Pure virtual member function
- MimeDecoder class. Tests whether the encoded sequence was terminated in a manner compliant with the specification. Terminate() also resets the MimeDecoder to its...
- MimeEncoder class. Terminates an encoded sequence in a manner compliant with the specification. The MimeEncoder is then returned to its original state exactly as if...
- TestSetInuse(...) Member function
- IrdaConnection class. TestSetInuse tests and sets the inuse flag of the connection. It returns TRUE if the inuse flag was 0 and is now set to 1; otherwise it returns...
- TET_NUM_LINES_CHANGED Enumerated value
- TextEvent class, in enum TextEventType. The number of lines in the Text object has changed.
- TET_SCROLLED Enumerated value
- TextEvent class, in enum TextEventType. The Text object has scrolled.
- TET_VALUE_CHANGED Enumerated value
- TextEvent class, in enum TextEventType. The text has changed. This could mean that a character was added or deleted, or that text was pasted into the Text object.
- _TEXT(...) Global function
- sys_info library. The _TEXT() macro is applied to string constants. Under DBCS it instructs the compiler to use 2 bytes per character when storing the string constant.
- TextAdapter class
- toolkit library. The TextAdapter class is a subclass of the TextListenerInterface class. This subclass is provided so that a user does not have to subclass all the...
- _textColor Member data
- TextState class. The color to use for any text that uses this TextState.
- TextConverter(...) Inline member function
- Target class. Provide the text converter (to uicode). Default is none, and if need, the subclass should override it.
- TextEvent class
- toolkit library. The TextEvent is sent when a Text object is acted on. An example of this is when a character is added to the Text object or when a FlexTextArea is...
- TextEvent(...) Member function
- TextEvent class. Constructs a TextEvent object with the specified source object and event type.
- TextEvent class. Constructs a TextEvent object.
- TextEventType Enumerated type
- TextEvent class. The types of TextEvents.
- _textEventType Member data
- TextEvent class. The TextEventType of this event. This data member is set by the constructor.
- TextListenerInterface class
- toolkit library. TextListenerInterface is the abstract base class for TextListener objects. It is the listener interface for receiving text events.
- TextNumLinesChanged(...) Member function
- TextAdapter class. See TextListenerInterface.
- TextNumLinesChanged(...) Pure virtual member function
- TextListenerInterface class. Called when the number of lines in the text object changes. This happens when a user adds or removes a line of text in the text component.
- TextScrolled(...) Member function
- TextAdapter class. See TextListenerInterface.
- TextScrolled(...) Pure virtual member function
- TextListenerInterface class. Called when something has caused the text component to scroll its view area. Some possible causes are:hitting the down arrow when the cursor is at...
- TextStandardFilter Enumerated type
- FlexTextComponent class. The standard filters available for all text objects. Note that custom filters can be added to text objects as well.
- TextState class
- graphics library. The TextState class stores information about the visual appearance of text. It is passed to text drawing routines.
- TextState(...) Member function
- TextState class. Default constructor for a TextState object. The typeface is initialized with TID_DEFAULT. Point size is initialized to GPS_NORMAL.
- TextState class. The old form of the TextState constructor (there is no way to specify the typeface with this constructor).
- TextState class. The TextState constructor that allows non-default values to be specified. All but the first argument have default values which are identical to the...
- TextValueChanged(...) Member function
- TextAdapter class. See TextListenerInterface.
- TextValueChanged(...) Pure virtual member function
- TextListenerInterface class. Called when text has changed. This happens when a character is added or deleted, or when text is pasted into a text component.
- theDatabaseMailboxManager Global data
- uma library. The unique instance of the DatabaseMailboxManager class.
- theDisplayDriver Global data
- driverdisplay library. The global instance of the DisplayDriver class. This instance is used for all code that calls display driver methods.
- theFatalErrorDriver Global data
- drivermisc library. The single instance of the FatalErrorDriver class. There is no reason to reference this variable in application code.
- theFileStoreManager Global data
- fs library. The global FileStoreManager instance.
- theHeapDataMap Global data
- pos library. theHeapDataMap is a DataMap that uses the standard system heap object theHeap to fulfill memory requests.
- theInbox Global data
- uma library. The single global instance of the Inbox.
- theInlineToken Global data
- umabody library. The InlineBody token is "Inline".
- theLoopbackName Global data
- umatransprt library. The user-readable name for LoopbackTransports.
- theLoopbackToken Global data
- umatransprt library. The token for LoopbackTransports.
- theNiftyToken Global data
- umatransprt library. The transport token for the Nifty Transport.
- theOutbox Global data
- uma library. The one and only instance of the Outbox class
- thePhoneDriverQueue Global data
- drivertelephony library. Global Objects
- thePop3Formats Global data
- umatransprt library. The list of MIME formats handled by Pop3Transports.
- thePop3Name Global data
- umatransprt library. The user-readable name for Pop3Transports.
- thePop3Token Global data
- umatransprt library. The token for Pop3Transports is "POP3".
- theSerialDriver Global data
- drivermisc library. GEOS-SC's serial driver.
- theSmtpFormats Global data
- umatransprt library. The list of MIME formats handled by SmtpTransports.
- theSmtpIdentityKey Global data
- umatransprt library. The Registry key name for the Identity access point.
- theSmtpName Global data
- umatransprt library. The user-readable name for SmtpTransports.
- theSmtpToken Global data
- umatransprt library. The token for SmtpTransports.
- theSoundDriver Global data
- drivermisc library. The global instance of the SoundDriver class. This instance is used for all code that calls sound driver methods.
- theTenYenFormats Global data
- umatransprt library. The list of MIME formats handled by TenYenTransports.
- theTenYenName Global data
- umatransprt library. The user-readable name for TenYenTransports.
- theTenYenToken Global data
- umatransprt library. The token for TenYenTransports.
- theUIFactory Global data
- toolkit library. The global pointer to the current UIFactory. Applications create new visible objects by calling the methods on this object.
- theUma Global data
- uma library. The one and only instance of the Uma class.
- THJT_CENTER Enumerated value
- toolkit library, in enum TitleHorizontalJustificationType. Center the text.
- THJT_LEFT Enumerated value
- toolkit library, in enum TitleHorizontalJustificationType. Left justify the text.
- THJT_NONE Enumerated value
- toolkit library, in enum TitleHorizontalJustificationType. Position the text according to the _position instance in the TextState.
- THJT_RIGHT Enumerated value
- toolkit library, in enum TitleHorizontalJustificationType. Right justify the text.
- Thread class
- kernel library. Threads are independent streams of execution and are used to execute multiple tasks simultaneously.
- Thread(...) Member function
- Thread class. Thread constructor.
- ThreadLock(...) Member function
- DatabaseMailboxManager class. Locks the DatabaseMailboxManager so that functions that manipulate mailboxes can only be called from the thread that called ThreadLock().
- ThreadUnlock(...) Member function
- DatabaseMailboxManager class. Unlocks a thread lock obtained with ThreadLock(), allowing any thread to use the DatabaseMailboxManager.
- TID_DEFAULT Enumerated value
- graphics library, in enum TypefaceId. The default font used by the product. Most likely this will be the same as TID_SERIF or TID_SANS_SERIF.
- TID_GOTHIC Enumerated value
- graphics library, in enum TypefaceId. The same as TID_SERIF.
- TID_MAXIMUM Enumerated value
- graphics library, in enum TypefaceId. The largest possible font Id (255)
- TID_MINCHO Enumerated value
- graphics library, in enum TypefaceId. The same as TID_SANS_SERIF.
- TID_MONOSPACED Enumerated value
- graphics library, in enum TypefaceId. The default monospaced font used by the product.
- TID_PRODUCT_SPECIFIC Enumerated value
- graphics library, in enum TypefaceId. The first product specific font Id must be at least as large as this value (128).
- TID_SANS_SERIF Enumerated value
- graphics library, in enum TypefaceId. The default Sans Serif font used by the product.
- TID_SERIF Enumerated value
- graphics library, in enum TypefaceId. The default Serif font used by the product.
- TimeDateChanged(...) Pure virtual member function
- TimeDateListener class. Invoked when the system time/date changes. Subclasses can override this to detect when the time or date has been changed by the user.
- TimeDateListener class
- broadcast library. The TimeDateListener class has a member function that is invoked when the system time/date has been changed.
- TimeIsValid(...) Global function
- kernel library. Returns TRUE if the given time is a valid time; otherwise FALSE.
- TIMEOUT Enumerated value
- comms library, in enum Error. The match timed out.
- Timeout Global data
- sys_info library. A Timeout is the number of milliseconds before a given call should time out. There are 1000 milliseconds in every second.
- TIMEOUT_FOREVER Global data
- sys_info library. TIMEOUT_FOREVER is a special Timeout value that indicates a call should never return with a "timeout"error. The call can potentially block forever.
- TIMEOUT_POLL Global data
- sys_info library. TIMEOUT_POLL is a special Timeout value that indicates the call should never block.
- Timer class
- kernel library. Timer is a timer based on the "system time", which has millisecond accuracy.
- TimeStampIndex Enumerated type
- GSMSMSSystem class. Timestamp encoding -indices for octets that store components. Yes, there is a millennium bug here!Use a window algorithm when processing these dates.
- TitleDraw(...) Pure virtual member function
- TitleListenerInterface class. Components that have text titles invoke this method when they are about to draw their title. Intercepting this allows the receiver to customize any...
- TitleEvent class
- toolkit library. The TitleEvent is sent via a TitleListenerInterface object when titled components are about to draw their title.
- TitleEvent(...) Member function
- TitleEvent class. Constructor with initialization.
- TitleEvent class. Constructor with initialization.
- TitleEventInfoFlags Struct
- toolkit library. Stores the justification information and several flags to allow communication between the event sender and receiver.
- TitleHorizontalJustificationType Enumerated type
- toolkit library. Identifies the horizontal positioning of the title with respect to the title drawing area.
- TitleListenerInterface class
- toolkit library. TitleListenerInterface is the base class for TitleListener objects. This class is used for receiving notification that a title is about to be drawn.
- TitleVerticalJustificationType Enumerated type
- toolkit library. Identifies the horizontal positioning of the title with respect to the title drawing area.
- ToBack(...) Member function
- FlexWindow class. Puts the window behind any other visible windows with the same window priority.
- ToFront(...) Member function
- FlexWindow class. Puts the window in front of all visible windows with the same window priority.
- ToolkitEvent class
- toolkit library. The ToolkitEvent class is the base class for tookit events.
- ToolkitEvent(...) Member function
- ToolkitEvent class. Class constructor.
- _top Member data
- Insets class. The top inset size in pixels.
- top Member data
- WinRectangle class. The coordinate of the top edge of the rectangle.
- ToUnicodeConverter class
- charset library. This is an abstract base class for classes used to convert text in other character sets into Unicode. The ToUnicodeConverter class does not allocate...
- ToUnicodeConverter(...) Member function
- ToUnicodeConverter class. Class constructor for a ToUnicodeConverter without buffer and capacity information. SetBuffer() must be called with this information before the...
- ToUnicodeConverter class. Class constructor for a ToUnicodeConverter with initial buffer and capacity information.
- ~ToUnicodeConverter(...) Member function
- ToUnicodeConverter class. Class destructor.
- TQ_CONNECT_READY Enumerated value
- umatrans library, in enum TransportQuery. Query() should return zero if the Transport is not ready to connect (that is, if a call to Connect() will certainly fail), and any nonzero value...
- TQ_RETRIEVE_READY Enumerated value
- umatrans library, in enum TransportQuery. Query() should return zero if the Transport is not ready to retrieve messages (that is, if a call to Retrieve() will certainly fail), and any nonzero...
- TQ_SEND_READY Enumerated value
- umatrans library, in enum TransportQuery. Query() should return zero if the Transport is not ready to send messages (that is, if a call to Send() will certainly fail), and any nonzero value...
- TransferCall(...) Member function
- VoiceCallManager class. Transfer a call that is already in progress. This involves having two calls, both of which are either active or on hold, connecting them together,...
- TransferFocus(...) Member function
- FlexComponent class. Gives the focus to the next appropriate FlexComponent.
- Translate(...) Member function
- WinRectangle class. Moves the rectangle by the passed deltas.
- Transport class
- umatrans library. The Transport class provides a uniform API for sending and retrieving Uma messages.
- Transport(...) Member function
- Transport class. The Transport constructor.
- ~Transport(...) Member function
- Transport class. The Transport destructor. The base class implementation does nothing.
- TransportErrorCode Enumerated type
- umatrans library. Standard Transport error codes. Transports can use these error codes, and define their own custom error codes as extensions to them.
- TransportQuery Enumerated type
- umatrans library. An enumeration of the queries that can be made of a Transport using the Transport::Query() function. Transport::Query() is used to obtain information...
- TransportSpool(...) Global function
- umainternal library. TransportSpool constructor. Does nothing but set some instance variables to zero. To prepare a TransportSpool for use, call Initialize().
- TreeFocusManager class
- toolkit library. The TreeFocusManager class navigates the focus between the descendants of a container.
- TreeFocusManager(...) Member function
- TreeFocusManager class. Class constructor.
- ~TreeFocusManager(...) Member function
- TreeFocusManager class. Destructor.
- Trim(...) Member function
- FlexInk class. Remove all ink points that lie outside the visual bounds of the component. Strokes will be broken up as needed. Does not visually change anything.
- TRUE Enumerated value
- sys_info library, in enum Boolean. A non-zero value.
- TRUNCATE_AT_END Enumerated value
- kernel library, in enum OverflowBehavior. Writes past the end of the buffer will be ignored.
- TSF_ALPHA_ONLY Enumerated value
- FlexTextComponent class, in enum TextStandardFilter. Allow alphanumeric (ASCII numbers and digits) characters.
- TSF_DASHED_ALPHANUMERIC Enumerated value
- FlexTextComponent class, in enum TextStandardFilter. Allow alphanumeric characters and the `-`character.
- TSF_LAST_STANDARD_FILTER Enumerated value
- FlexTextComponent class, in enum TextStandardFilter. The last standard filter. Filters with a greater value than this are specialized filters created by subclasses.
- TSF_NO_FILTER Enumerated value
- FlexTextComponent class, in enum TextStandardFilter. No filter set. This is the default.
- TSF_NUMERIC_ONLY Enumerated value
- FlexTextComponent class, in enum TextStandardFilter. Allow numeric characters only.
- TSF_USER_FILTER Enumerated value
- FlexTextComponent class, in enum TextStandardFilter. Causes a FilterEvent to be sent to a FilterListener.
- TSI_INDEX_DAY Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Day, 2 digits, 4 bits per digit.
- TSI_INDEX_HOUR Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Hour, 2 digits, 4 bits per digit.
- TSI_INDEX_MINUTE Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Minute, 2 digits, 4 bits per digit.
- TSI_INDEX_MONTH Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Month, 2 digits, 4 bits per digit.
- TSI_INDEX_SECOND Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Second, 2 digits, 4 bits per digit.
- TSI_INDEX_TZ Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Signed offset from GMT in 15-min intervals.
- TSI_INDEX_YEAR Enumerated value
- GSMSMSSystem class, in enum TimeStampIndex. Year, 2 digits, 4 bits per digit.
- TTimer class
- service library. A TTimer is used to receive notification that a certain amount of time has elapsed. The timer is continual:it keeps notifying the program after the...
- TTimer(...) Member function
- TTimer class. Class constructor. An initial timer interval may be specified or a default of 60 1/60ths of a second will be used.
- ~TTimer(...) Member function
- TTimer class. Class destructor.
- TTP_LAST Enumerated value
- irda library, in enum TtpPduType. =0x00
- TTP_MORE Enumerated value
- irda library, in enum TtpPduType. =0x80
- TtpPduType Enumerated type
- irda library. TtpPduType specifies the type of the Tiny TP PDU. It is used when Segmentation and Reassembly (SAR) is being used.
- TVJT_BOTTOM Enumerated value
- toolkit library, in enum TitleVerticalJustificationType. Bottom justify the text.
- TVJT_CENTER Enumerated value
- toolkit library, in enum TitleVerticalJustificationType. Center the text.
- TVJT_NONE Enumerated value
- toolkit library, in enum TitleVerticalJustificationType. Position the text according to the _position instance in the TextState.
- TVJT_TOP Enumerated value
- toolkit library, in enum TitleVerticalJustificationType. Top justify the text.
- type Struct field
- ink library, in struct InkRecordHeader0. The record's type.
- ink library, in struct InkRecordHeader16. The record's type.
- ink library, in struct InkRecordHeader32. The record's type.
- ink library, in struct InkRecordHeader8. The record's type.
- TypefaceId Enumerated type
- graphics library. Specifies a given typeface in the system.
- typeName Struct field
- database library, in struct _DB_searchDriver. The data type that this driver deals with.