Jump to content

Recommended Posts

Posted

Displayformat Field  unimdbgrid not display in run time

 

in design is corret byt not in run time

 

 

How to alter displayformat in run time?

  • 1 year later...
  • 1 year later...
Posted

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;

×
×
  • Create New...