Re: ReadFirstMain
David Delač
9-9-20
Hello Aldevinas,

You can usually use this to check if record consists of data or not.

Example:

procedure TestProcedure(record MailVc Mailr)
begin


if (ReadFirstMain(Mailr,0,true)==false) then begin
goto LTestProcedure;

end;

// do something

LTestProcedure:;
return;
end;

What this function does is that it receives MailVc as a parameter and then checks if there is some data in it. Since we are not trying to reload MailVc but rather just check if there is something in it, we use index '0'. This would return TRUE if there is some data and FALSE if MailVc is empty.

I hope this is clear, let me know if I can assist you with anything else.

Best Regards,
David D.
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Piotr Wycichowski
Is it something when a user tried to use any of AI commands in SERP? /Piotr W....
10:07 8 Nov 2024
Brittany McGrath
Thank you for your post Lilian. I see this post has been submitted twice and the second post is being addressed so I will close this duplicate. Thank you. ...
09:41 5 Nov 2024