Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: andy715723
  • Content: Threads
  • Order by date
  1. andy715723

    Object References

    I have a question regarding the following code [code] procedure TForm1.Button1Click(Sender: TObject); var edit : TEdit; begin ShowMessage( edit.Name ); if NOT edit.ReadOnly then ShowMessage( 'FALSE' ); end; [\code] Why does accessing these properties NOT cause an access violation...

Part and Inventory Search

Back
Top