On Thursday 17 December 2015 16:24:57 Martin Schreiber wrote:
> >
> > Gives the right row position but column is always = 1... ;-(
>
> This is the grid column. Do you mean the caret character position? For
> which purpose? I could add a function to iasstiveclient.
>
git master 0b9bd0ab4349afd4915cb8a59053eae2bfce8be9 has
getassistivecaretindex()
"
iassistiveclient = interface(inullinterface)[miid_iassistiveclient]
function getinstance: tobject;
function getassistivename(): msestring;
function getassistivecaption(): msestring;
function getassistivetext(): msestring;
function getassistivecaretindex(): int32; //-1 -> none
function getassistivehint(): msestring;
function getassistiveflags(): assistiveflagsty;
{$ifdef mse_with_ifi}
function getifidatalinkintf(): iifidatalink; //can be nil
{$endif}
end;
"
> Martin
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk