Hi
Is "GetTextOrDefault" not faster than "GetStringValue"?
Eric
Search found 4 matches
- Fri Nov 25, 2016 1:16 pm
- Forum: TsiLang Components Suite
- Topic: running query without persistent fields
- Replies: 7
- Views: 21335
- Fri Nov 25, 2016 8:39 am
- Forum: TsiLang Components Suite
- Topic: running query without persistent fields
- Replies: 7
- Views: 21335
- Thu Nov 24, 2016 7:09 am
- Forum: TsiLang Components Suite
- Topic: running query without persistent fields
- Replies: 7
- Views: 21335
- Wed Nov 23, 2016 10:50 am
- Forum: TsiLang Components Suite
- Topic: running query without persistent fields
- Replies: 7
- Views: 21335
running query without persistent fields
Hi I have a query 'select * from <viewname>' i have no persistent fields, just want to export the dataset to excel, However i want to translate the displaylabels , something like: for i := 0 to View.fields.count -1 do begin View.Fields[i].DisplayLabel := TsiLang.Translate(View.Fields[i].DisplayLabel...