Posts by Fabio Domingues • 11 points
2 posts
-
1
votes4
answers2460
viewsA: How to check for changes in a Clientdataset
You can wear something like that: if (meucds.state in [dsEdit, dsInsert]) then begin // seu código aqui... end; In this example it also considers whether it is in insert state, if you just want to…
delphianswered Fabio Domingues 11 -
0
votes2
answers126
viewsA: Hover in two Ivs within the same column
<style> .features .round-icon { border: 4px solid #1c1c1c; border-radius: 50%; display: table; height: 100px; width: 100px; font-size: 3.6rem; …
cssanswered Fabio Domingues 11