Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::containers::text::TextFlags Enumeration
C++
enum TextFlags {
  TF_STATIC = 0x00000001,
  TF_QUOTE = 0x00000002,
  TF_SQUOTE = 0x00000004,
  TF_BRACKET = 0x00000008,
  TF_BRACE = 0x00000010,
  TF_PAREN = 0x00000020,
  TF_TAG = 0x00000040,
  TF_FORMATEX = 0x00000080,
  TF_FORMATREL = 0x00000100,
  TF_INDIRECT = 0x00000200,
  TF_FORMATABS = 0x00000800,
  TF_COMPLETE = 0x00001000,
  TF_BINARY = 0x00002000,
  TF_DEEP = 0x00004000,
  TF_NORETURN = 0x00008000,
  TF_LOWER = 0x00010000,
  TF_UPPER = 0x00020000,
  TF_EQUAL = 0x00040000,
  TF_TEMP = 0x00080000,
  TF_APPLICATION = 0x00100000
};
Members 
Description 
TF_STATIC = 0x00000001 
declared in program data.... do NOT release 
TF_QUOTE = 0x00000002 
double quoted string segment " 
TF_SQUOTE = 0x00000004 
single quoted string ' 
TF_BRACKET = 0x00000008 
bracketed expression 
TF_BRACE = 0x00000010 
braced expression 
TF_PAREN = 0x00000020 
parenthised expression () 
TF_TAG = 0x00000040 
HTML tag like expression <> 
TF_FORMATEX = 0x00000080 
foreground is FORMAT_OP 
TF_FORMATREL = 0x00000100 
x,y position used (relative) 
TF_INDIRECT = 0x00000200 
size field extually points at PTEXT 
TF_FORMATABS = 0x00000800 
format position is x/y - else space count 
TF_COMPLETE = 0x00001000 
set during burst for last segment... 
TF_BINARY = 0x00002000 
set for non-text variable 
TF_DEEP = 0x00004000 
on release release indrect also... 
TF_NORETURN = 0x00008000 
set on first segment to send to omit lead rn 
TF_LOWER = 0x00010000 
these values used originally for ODBC query construction.... these values are flags stored on the indirect following a value label... Low bound of value... 
TF_UPPER = 0x00020000 
these values used originally for ODBC query construction.... these values are flags stored on the indirect following a value label... Upper bound of a value... 
TF_EQUAL = 0x00040000 
these values used originally for ODBC query construction.... these values are flags stored on the indirect following a value label... boundry may be ON this value... 
TF_TEMP = 0x00080000 
this segment is not a permanent part (SubstToken) 
TF_APPLICATION = 0x00100000 
this is something special do not treat as text indirect. 

these flags are used in PTEXT.flags member applications may use these flags to group expressions will affect the BuildLine but is not generated by library. ( TF_QUOTE, TF_SQUOTE, TF_BRACKET, TF_BRACE, TF_PAREN, and TF_TAG).

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!