Posts by mauroformigoni • 41 points
2 posts
-
3
votes1
answer214
viewsA: How to use Delphi pointers?
Assigning it to a variable by reference. This way simplifies access and search quantity will be extremely reduced. var mi: TMenuItem; begin mi := TMenuItem(fmPrincipal.FindComponent('teste')); if mi…
-
1
votes5
answers1444
viewsA: Query pass null parameter
Apparently you want to list either the records with null field OR the non-null ones, right? The parameter will never be a date whose value will be applied in the query filter. If this is the case I…