Subject | RE: [IBO] TIBOQuery: OnSetText and OngetText not firing? |
---|---|
Author | Jason Wharton |
Post date | 2006-05-10T19:08:41Z |
Daniel,
know that the request for text may or may not be for display-only purposes.
Jason Wharton
> And, your OnGetText should look like:DisplayText would have to be passed by reference. It is merely to let you
>
> procedure DeScramble(Sender: TField; var Text: String; DisplayText:
> Boolean);
> begin
> Text:=Encrypt(Sender.AsString);
> DisplayText:=False;{This permits editing the string value}
> end;
know that the request for text may or may not be for display-only purposes.
Jason Wharton