TMtxProgressDialog::DefineProgressBar Method

void DefineProgressBar(TProgressBar *pb);

Control external progress bar.

#NameTypeDescription
1pbTProgressBar *
Remarks:

If the built in Progress Dialog will not be used, a TProgressBar descendant can be quickly initialized to match the parameters of the loop and set the Min, Position, Step and Max properties of the TProgressBar component.

Declared in Dew::Math::Controls::VCL::TMtxProgressDialog · Dew.Math.Controls.VCL/MtxDialogs.h · C++Builder only