mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:03:48 +02:00
published TPageControl.OnPageChanged
git-svn-id: trunk@9818 -
This commit is contained in:
parent
1742704d47
commit
99c9e9fcce
lcl
@ -286,6 +286,7 @@ type
|
||||
property OnMouseDown;
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnPageChanged;
|
||||
property OnResize;
|
||||
//property OnStartDock;
|
||||
//property OnStartDrag;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user