You've already forked lazarus-ccr
android: Adds dialogs and improves the error handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1825 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -72,7 +72,13 @@ end;
|
||||
|
||||
procedure TForm2.Button2Click(Sender: TObject);
|
||||
begin
|
||||
{$ifdef LCLAndroid}
|
||||
vAndroidPipesComm.Log('TForm2.Button2Click');
|
||||
{$endif}
|
||||
InputBox('Caption', 'Prompt', 'Default');
|
||||
{$ifdef LCLAndroid}
|
||||
vAndroidPipesComm.Log('TForm2.Button2Click');
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
||||
Reference in New Issue
Block a user