Classe TMi_rtl
Unit
mi.rtl.all
Declaração
type TMi_rtl = class(TDmxScroller_Form)
Descrição
No description available, ancestor TDmxScroller_Form description follows
Hierarquia
Visão Geral
Tipos Aninhados
Campos
Métodos
Descrição
Tipos Aninhados
 |
TApplication = mi.rtl.Objects.Methods.Paramexecucao.Application.TApplication; |
|
 |
TFuncApplication = mi.rtl.Objects.Methods.Paramexecucao.Application.TFuncApplication; |
|
 |
TJSONArray = fpjson.TJSONArray; |
O tipo TJSONArray representa dados JSON Array.
|
 |
TJSONBoolean = fpjson. TJSONBoolean; |
O tipo TJSONBoolean representa dados JSON booleanos.
|
 |
TJSONData = fpjson.TJSONData; |
O tipo TJSONData é a Base (abstract) object for all JSON based data types
|
 |
TJSONFloatNumber = fpjson.TJSONFloatNumber; |
O tipo TJSONFloatNumber representa dados JSON de ponto flutuante.
|
 |
TJSONInt64Number = fpjson.TJSONInt64Number; |
O tipo TJSONInt64Number representa dados JSON inteiros de 64 bits.
|
 |
TJSONIntegerNumber = fpjson.TJSONIntegerNumber; |
O tipo TJSONIntegerNumber representa dados JSON inteiros de 32 bits.
|
 |
TJSONNull = fpjson.TJSONNull; |
O tipo TJSONNull deve ser usado sempre que um valor nulo precisar ser representado.
|
 |
TJSONNumber = fpJson.TJSONNumber; |
O tipo TJSONNumber é ancestral comum para as classes JSON de valor numérico.
TJSONNumber é uma classe abstrata que serve como ancestral para as 3 classes numéricas. Nunca deve ser instanciado diretamente. Em vez disso, dependendo do tipo de dados, um dos TJSONIntegerNumber , TJSONInt64Number ou TJSONFloatNumber deve ser instanciado.
|
 |
TJSONObject = fpjson.TJSONObject; |
O tipo TJSONObject representa um objeto JSON.
|
 |
TJSONString = fpjson.TJSONString; |
O tipo TJSONString representar dados JSON de string.
|
 |
TMi_rtl_treenode = mi.rtl.treenode.TMi_rtl_treenode; |
|
 |
TMI_UI_InputBox = mi.rtl.ui.dmxscroller.inputbox.TMI_UI_InputBox; |
|
 |
TUiConsts = mi_rtl_ui_consts.TUiConsts; |
|
Campos
Métodos
 |
procedure printaJsonObject(aJSONObject: TJSONObject); |
O método printaJsonObject criar um dialogo com o conteúdo de um json
|
 |
Procedure Test_create_MI_UI_InputBox; |
|
 |
Procedure Test_create_MI_MsgBox; |
|
 |
function InputBox(aTitle : AnsiString; aTemplate: AnsiString; aIn_JSONObject :TJSONObject; out aOut_JSONObject: TJSONObject ): TModalResult; overload; |
O Método InputBox recebe um template de um formulário, um json em aIn_JSONObject dos dados iniciais e retorna os dados digitados no json aOut_JSONObject e em result da função retorna o iteiro MrOk ou mrCancel.
|
 |
class function InputValue(const aTitle,aLabel: AnsiString;var aValue : Variant): TModalResult; |
O método InputValue ler um valor na tela e retorna em aValue o valor e em result retorna MrOk ou MrCancel
|
 |
class Function Prompt(aTitle: AnsiString;aPergunta:AnsiString;Var aResult: Variant):Boolean; |
|
 |
class Function InputPassword(aTitle: AnsiString;out aUsername:AnsiString;out apassword:AnsiString):Boolean; Overload; |
|
 |
class Function InputPassword(aTitle: AnsiString;out apassword:AnsiString):Boolean; Overload; |
|
Gerado por PasDoc 0.16.0.