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;
  How I can access this property


=============INTOSOFT============
           ALEXIO CHAOS
   [EMAIL PROTECTED]   
          Yahoo Messager
=================================
 
---------------------------------
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.

Reply via email to