published TPageControl.OnPageChanged

git-svn-id: trunk@9818 -
This commit is contained in:
mattias 2006-09-05 19:28:21 +00:00
parent 1742704d47
commit 99c9e9fcce
2 changed files with 2 additions and 1 deletions

View File

@ -286,6 +286,7 @@ type
property OnMouseDown;
property OnMouseMove;
property OnMouseUp;
property OnPageChanged;
property OnResize;
//property OnStartDock;
//property OnStartDrag;

View File

@ -1442,7 +1442,7 @@ end;
------------------------------------------------------------------------------}
procedure TCustomForm.Hide;
begin
If (fsModal in FormState) and (ModalResult=0) then
if (fsModal in FormState) and (ModalResult=0) then
ModalResult := mrCancel;
Visible := False;
end;