samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sat Jul 28, 2007 1:29 pm Post subject: [Delphi] UpdateScreen? |
|
|
I was looking through the CE source code, and I came across this:
| Code: |
procedure TMainForm.CheckBox1Click(Sender: TObject);
begin
UpdateScreen;
end;
|
FYI, the CheckBox1 is the check box for whether your address is frozen or not.
I tried the "Find Definition" thing, but it didn't do anything. Could someone fill me in on this?
|
|