Edmar Frazao Posted August 11, 2017 Posted August 11, 2017 Displayformat Field unimdbgrid not display in run time in design is corret byt not in run time How to alter displayformat in run time?
FFREDIANELLI Posted October 5, 2018 Posted October 5, 2018 No Answers until now ? i have the same problem... is it by desing ?
katcharowski Posted February 26, 2020 Posted February 26, 2020 inclua no clientdataset no campo que você quiser no evento "ongettext" procedure TForm1.numberFieldGetText(Sender: TField; var Text: string; DisplayText: Boolean); begin text := formatFloat( TNumericField( sender ).DisplayFormat , sender.value ); end;
Recommended Posts