Darmawan Sugiarto schreef:
I used a TrackBar component
usually I can access position property (in Delphi)
but I can not access in Lazarus
procedure TForm1.TrackBar1Change(Sender: TObject);
begin
     Edit1.Text:=IntToStr(TrackBar1.Position);
end;

Why do you think you cannot access that property?

Note that there is a bug in Lazarus 0.9.22 (fixed in svn and the snapshots), so that it always returns 0.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to