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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.