STO_TEXT (STRUCT)ΒΆ
TYPE STO_TEXT : STRUCT
This data type is the internal representation of text, that is used in CmpCAAStorage. If the text from a column is retrieved this type will be returned and if the user wants to set the text of a column (both for insert and update the method IRowBase.ColumnSet_TEXT has to be used) or to search within a text column this type has to be passed to the database.
- For reading the text value of a column the TEXT variable has to be converted into a STRING or into a WSTRING (using the functions TextCopyToString or TextCopyToWString). 
- For setting the text of a column or for searching a text the functions CreateTextFromString and CreateTextFromWString allow to create a TEXT variable. 
- After using the TEXT the variable (that has been previously created by functions CreateTextFromString or CreateTextFromWString) it has to be freed with function TextFree 
- InOut:
- Name - Type - pbyData- POINTER TO BYTE