mirror of
https://github.com/CloudDelphi/Router4Delphi.git
synced 2025-12-19 08:43:43 +01:00
atualizacao
This commit is contained in:
parent
5cefa16690
commit
429ddb1a74
Binary file not shown.
@ -31,6 +31,7 @@ type
|
|||||||
public
|
public
|
||||||
{ Public declarations }
|
{ Public declarations }
|
||||||
function Render : TFMXObject;
|
function Render : TFMXObject;
|
||||||
|
procedure UnRender;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
@ -58,4 +59,9 @@ begin
|
|||||||
)
|
)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TMainLayout.UnRender;
|
||||||
|
begin
|
||||||
|
|
||||||
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|||||||
@ -17,6 +17,7 @@ type
|
|||||||
public
|
public
|
||||||
{ Public declarations }
|
{ Public declarations }
|
||||||
function Render : TFMXObject;
|
function Render : TFMXObject;
|
||||||
|
procedure UnRender;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
@ -33,4 +34,9 @@ begin
|
|||||||
Result := Layout1;
|
Result := Layout1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TPageCadastros.UnRender;
|
||||||
|
begin
|
||||||
|
|
||||||
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|||||||
@ -25,6 +25,7 @@ type
|
|||||||
public
|
public
|
||||||
{ Public declarations }
|
{ Public declarations }
|
||||||
function Render : TFMXObject;
|
function Render : TFMXObject;
|
||||||
|
procedure UnRender;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
@ -44,4 +45,9 @@ begin
|
|||||||
//TRouter4D.Render<TMainLayout>.GetElement(Layout1);
|
//TRouter4D.Render<TMainLayout>.GetElement(Layout1);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TPageIndex.UnRender;
|
||||||
|
begin
|
||||||
|
|
||||||
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|||||||
Binary file not shown.
@ -1 +1 @@
|
|||||||
//{$DEFINE HAS_FMX}
|
{$DEFINE HAS_FMX}
|
||||||
Loading…
Reference in New Issue
Block a user