25 lines
542 B
Plaintext
25 lines
542 B
Plaintext
|
|
object dmUsuarios: TdmUsuarios
|
||
|
|
OldCreateOrder = True
|
||
|
|
OnCreate = DAClientDataModuleCreate
|
||
|
|
RemoteService = ROLoginService
|
||
|
|
Adapter = DABINAdapter
|
||
|
|
SchemaCall.MethodName = 'GetSchemaAsXML'
|
||
|
|
SchemaCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtString
|
||
|
|
end>
|
||
|
|
Height = 172
|
||
|
|
Width = 355
|
||
|
|
object ROLoginService: TRORemoteService
|
||
|
|
ServiceName = 'srvLogin'
|
||
|
|
Left = 48
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object DABINAdapter: TDABINAdapter
|
||
|
|
Left = 48
|
||
|
|
Top = 104
|
||
|
|
end
|
||
|
|
end
|