Jump to content

UnimEdit inputType number is not working with float type


musti

Recommended Posts

hi

I am using C++ builder.
In the mobile application, I want to enter a decimal number in the UnimEdit field and store it in float type. Unfortunately, this is not possible with the number inputType. When I searched the form, I saw such a solution. but I can't get C++ builder to accept it either.I need help

thaks
 

 UnimSearchEdit->JSInterface->JSConfig((UnicodeString)L"decimals", (UnicodeString)L"2");
 UnimSearchEdit->JSInterface->JSConfig((UnicodeString)L"inputType",  (UnicodeString)L"decimal" );
 decimal is not defined

UnimSearchEdit->JSInterface->JSConfig((UnicodeString)L"inputType",  (UnicodeString)L"any" );
any is not defined

 

Link to comment
Share on other sites

×
×
  • Create New...