|
<< Click to Display Table of Contents >> Navigation: Classes > TIWForm > Properties > ProgressIndicator |
Use this property to attach a TIWProgressIndicator to be used by the form when a submit operation is under execution.
SIGNATURE=IWForm.TIWForm.ProgressIndicator
ETYPE=Property
Declaration:
Delphi: |
published property ProgressIndicator: TIWProgressIndicator; |
C++: |
__published: __property TIWProgressIndicator ProgressIndicator; |
Description: This is ProgressIndicator, a member of class TIWForm.