You want to get position? Try:
[code=delphi]
var
pos: TVector;
begin
pos := bone.globalmatrix[3];
end;
[/code]
Maybe this will work.