| Tornado API Library - V12.30.08 |
|
z.dbMemoTextSize Property
Specify maximum length of MEMO fields.
Product Version
All
[Visual Basic]
Public Property dbMemoTextSize As
Long
[C#]
public
long dbMemoTextSize {set;}
Property Value
Obj.dbMemoTextSize = -1(All Def) | n
QuickProp Keyword Abbreviation
Remarks
- When Mts=-1 the Memo Fields will be auto detected and displayed in full w/o dbMemoFlds begin defined.
- Truncation will end at the first blank characters counting back from the nth character.
- MemoFlds emulates the classic format but allows only (1) field.
- Setup easy Memo Popup by specifying the parameters in PopText
If size is not all then it'll round off to th enext word break and suffix with "...".
Example
Obj.dbMemoTextSize = 256
See Also
z Class | Tornado Namespace | dbMemoFlds | dbPopText