Error compiling, variable of the Type TppDataType?
I wander when compiling,
Undeclared identifier TppDataType. That is happening when I want to use the
evendo OnFormat of the ppDBText where has variable DataType of the type
TppDataType. What to do?
procedure TForm1.ppDBText1Format(Sender: TObject; DisplayFormat: String;
DataType: TppDataType; Value: Variant; var Text: String);
begin
end;
Ivan
Undeclared identifier TppDataType. That is happening when I want to use the
evendo OnFormat of the ppDBText where has variable DataType of the type
TppDataType. What to do?
procedure TForm1.ppDBText1Format(Sender: TObject; DisplayFormat: String;
DataType: TppDataType; Value: Variant; var Text: String);
begin
end;
Ivan
This discussion has been closed.
Comments
add 'ppTypes' to your uses clause.
regards,
Chris Ueberall;