From d5291b3348f59f1e8a2abef6a7003640fe3e9374 Mon Sep 17 00:00:00 2001 From: amarildolacerda Date: Thu, 2 Nov 2017 20:50:14 -0200 Subject: [PATCH] = Merge from DEV --- MVCBr.Interf.pas | 1 + MVCBr.PageView.pas | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MVCBr.Interf.pas b/MVCBr.Interf.pas index 1d5cd87..b787c5e 100644 --- a/MVCBr.Interf.pas +++ b/MVCBr.Interf.pas @@ -359,6 +359,7 @@ TMVCInterfacedList = class(TInterfaceList) function GetLayout: TObject; end; + // uses IModel to implement Bussines rules TModelType = (mtCommon, mtViewModel, mtModule, mtValidate, mtPersistent, mtNavigate, mtOrmModel, mtComponent, mtPattern); diff --git a/MVCBr.PageView.pas b/MVCBr.PageView.pas index ab29ddf..eee00b4 100644 --- a/MVCBr.PageView.pas +++ b/MVCBr.PageView.pas @@ -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; diff --git a/README.md b/README.md index b969fb1..cddc2a8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Model-view-controller (MVC), em português modelo-visão-controlador, é um padr * Install
Seattle: MVCBrPackageSeattle.dpr
- Berlin: MVCBrPackageBerlin.dpr; (need update 2)
+ Berlin: MVCBrPackageBerlin.dpr; (need update 2)
Tokyo: MVCBrPackageTokyo.dpr;
* Another way to install its MVCBrInstall.exe - this is all for;