close

http://docwiki.appmethod.com/appmethod/1.16/libraries/en/FMX.Dialogs.InputQuery

 

InputQuery( 'Login', ['Username', #1'Password:'], ['', ''],
    procedure(const AResult: TModalResult; const AValues: array of string)
    begin
     case AResult of
          mrOK:
            begin // 按下OK
            end;
        end;
    end);
arrow
arrow
    全站熱搜

    抓狂小白 發表在 痞客邦 留言(0) 人氣()