Skip to content

Commit

Permalink
= Merge from DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
amarildolacerda committed Nov 2, 2017
1 parent 8c9374a commit d5291b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MVCBr.Interf.pas
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ TMVCInterfacedList<TInterface> = class(TInterfaceList)
function GetLayout: TObject;
end;


// uses IModel to implement Bussines rules
TModelType = (mtCommon, mtViewModel, mtModule, mtValidate, mtPersistent,
mtNavigate, mtOrmModel, mtComponent, mtPattern);
Expand Down
1 change: 1 addition & 0 deletions MVCBr.PageView.pas
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ TCustomPageViewFactory = class(TComponentFactory, IModel)
/// ligação para o PageControl component
property PageContainer: TComponent read GetPageContainer
write SetPageContainer;
/// chamado quando inicializa a view
procedure Init(APageView: TPageView); virtual;
Procedure DoQueryClose(const APageView: TPageView;
var ACanClose: Boolean); virtual;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Model-view-controller (MVC), em português modelo-visão-controlador, é um padr

* Install<br>
Seattle: MVCBrPackageSeattle.dpr<br>
Berlin: MVCBrPackageBerlin.dpr; (need update 2)<br>
Berlin: MVCBrPackageBerlin.dpr; (need update 2)<br>
Tokyo: MVCBrPackageTokyo.dpr;<br>

* Another way to install its MVCBrInstall.exe - this is all for;
Expand Down

0 comments on commit d5291b3

Please sign in to comment.