Search found 2 matches

by calivers
Sat Sep 24, 2005 6:48 pm
Forum: Support
Topic: Get the Item for a Tag
Replies: 3
Views: 20786

Get the Item for a Tag

Hello

I have a Tag-Value (Id) and want to find the Item for it.
I use the following procdure to get it.
My Question is, is there a faster way than to iterate throuh
the items ?


function GetItemNum(Id: Integer): Integer;
var
i: Integer;
begin
Result := -1;
if RV.GetCurrentTag = Id then
begin ...
by calivers
Thu Sep 01, 2005 4:04 pm
Forum: Support
Topic: add multi Line text with Tag
Replies: 1
Views: 22175

add multi Line text with Tag

I use
RichView.AddTextNL
but why is there no
RichView.AddTextNLTAG Method?

There is AddNLTag method, but I need multi-Line text with
1 Tag.
Greets Calivers