git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@21 05c56307-c608-d34a-929d-697000501d7a
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
object SessionDataMod: TSessionDataMod
|
|
OldCreateOrder = True
|
|
OnCreate = cxWebHomeDataModuleCreate
|
|
OnDestroy = cxWebHomeDataModuleDestroy
|
|
OnSessionEnd = cxWebHomeDataModuleSessionEnd
|
|
OnSessionStart = cxWebHomeDataModuleSessionStart
|
|
Left = 50
|
|
Top = 50
|
|
Height = 350
|
|
Width = 400
|
|
end
|