atualizacao

This commit is contained in:
ALESSANDRO MEDEIROS 2021-03-09 15:12:57 -03:00
parent 5cefa16690
commit 429ddb1a74
6 changed files with 19 additions and 1 deletions

Binary file not shown.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -1 +1 @@
//{$DEFINE HAS_FMX}
{$DEFINE HAS_FMX}