Posts by HilarioSouza • 36 points
3 posts
-
0
votes2
answers162
viewsA: Lazarus Comparing Dates
You must pass the Formatsettings you have set as parameter of the Strtodate function. You also need to assign the separator you want to use to the attribute Formatsettings.Dateseparator. Strtodate…
-
0
votes2
answers155
viewsA: Incompatible data types when calling Procedure
You could create one more parameter in the past, to feed the variable. Example: procedure TDM_Maquinas.IBDSMaquinasCOD_LINHASetText(Sender: TField; const Text: string; aValorLinha: Integer); begin…
-
2
votes1
answer258
viewsA: Add space after finding a character
You could create a function in the following templates, where Setofchar is a declared constant: SetOfChar = set of 'A'..'z'; function Concatena(const TextoEdit, Caption: String): String; begin if…
delphianswered HilarioSouza 36