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 declarations }
|
||||
function Render : TFMXObject;
|
||||
procedure UnRender;
|
||||
end;
|
||||
|
||||
var
|
||||
@ -58,4 +59,9 @@ begin
|
||||
)
|
||||
end;
|
||||
|
||||
procedure TMainLayout.UnRender;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
@ -17,6 +17,7 @@ type
|
||||
public
|
||||
{ Public declarations }
|
||||
function Render : TFMXObject;
|
||||
procedure UnRender;
|
||||
end;
|
||||
|
||||
var
|
||||
@ -33,4 +34,9 @@ begin
|
||||
Result := Layout1;
|
||||
end;
|
||||
|
||||
procedure TPageCadastros.UnRender;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
@ -25,6 +25,7 @@ type
|
||||
public
|
||||
{ Public declarations }
|
||||
function Render : TFMXObject;
|
||||
procedure UnRender;
|
||||
end;
|
||||
|
||||
var
|
||||
@ -44,4 +45,9 @@ begin
|
||||
//TRouter4D.Render<TMainLayout>.GetElement(Layout1);
|
||||
end;
|
||||
|
||||
procedure TPageIndex.UnRender;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
Binary file not shown.
@ -1 +1 @@
|
||||
//{$DEFINE HAS_FMX}
|
||||
{$DEFINE HAS_FMX}
|
||||
Loading…
Reference in New Issue
Block a user