error in DBSRichViewEdit1.PageProperty.Orientation
Posted: Mon Feb 28, 2011 5:20 pm
Hello everybody,
Because this code does not work?
shows this error
Because this code does not work?
Code: Select all
procedure TFPrincipal.HorientacaoHorizontalExecute(Sender: TObject);
begin
DBSRichViewEdit1.PageProperty.Orientation := poHorizontal;
end;
procedure TFPrincipal.HorientacaoVerticalExecute(Sender: TObject);
begin
DBSRichViewEdit1.PageProperty.Orientation := poVertical;
end;
Thank you for your attention.E2003 Undeclared identifier: 'poHorizontal'
E2003 Undeclared identifier: 'poVertical'