JVCL and FMX
JVCL and FMX
I'm trying to convert an old VCL application, which i would convert to FMX. The main issue i have at this time is with TJvAppStorage and JvFormStorage.
If i create the new FMX form, i'm able to drop some of the components, but a
lot are missing in the tool-palette. For example TJvAppStorage and TJvFormStorage.
I checked in the project options. The design package JVCL Core Components is included. This package contains the TJvAppStorage component, but its missing in the tool palette.
Why? Any idea?
Btw. i'm on Rad Studio 10.2 Update 3 and JVCL 3.50
Erwin
I'm trying to convert an old VCL application, which i would convert to FMX. The main issue i have at this time is with TJvAppStorage and JvFormStorage.
If i create the new FMX form, i'm able to drop some of the components, but a
lot are missing in the tool-palette. For example TJvAppStorage and TJvFormStorage.
I checked in the project options. The design package JVCL Core Components is included. This package contains the TJvAppStorage component, but its missing in the tool palette.
Why? Any idea?
Btw. i'm on Rad Studio 10.2 Update 3 and JVCL 3.50
Erwin
Erwin Marschalk A component works under WINDOW this is VCL.
ReplyDeleteFMX can work under WINDOW and Android or IOS.
However the software under VCL (window) uses code that mite not
work under Android. That why Embarcadero separate the components to VCL and FMX.
So looks like there's no equivalent storage component for FMX yet.
ReplyDelete