Posts by André • 81 points
6 posts
-
1
votes0
answers65
viewsQ: How to transform URL into domain
I have an application in PHP 7, which works as follows: Example http://www.myapp.com.br/username Every customer has one username to configure and edit your information. When you enter this url, I do…
-
0
votes1
answer1209
viewsQ: Add repeated parameter to Delphi’s Delphi component
Good afternoon. I am developing a class in Delphi, using the Boleto Cloud API. The class is now ready and functional, issuing billets and generating shipment. This class consists of the REST Delphi…
-
4
votes1
answer1327
viewsQ: Help JSON Delphi
Good afternoon! Could you help me read this JSON file in Delphi. I have tried several classes, including the native Delphi and I was able to read only the data of the first node, as status. I use…
-
0
votes1
answer276
viewsQ: Copy database file in use in Delphi
I use the Absolute Data Base database. It is an embedded database with multiple network connection feature. I am making a backup system to copy the . abs file generated by the bank. The problem is…
-
1
votes1
answer1324
viewsQ: Legacy interface in Delphi
I need to make a multiple inheritance in Delphi. Reading some articles, the most appropriate way is to make an interface. How do I do this, knowing that we have the classes below as an example: type…
-
1
votes2
answers92
viewsQ: Index creation in the table
I have a table that has 140 fields. From this table 45 items are important in a query. Every time a user selects an item as true, my script mounts the SQL as requested. In this case, should I create…