TdxPrintStyleManager.UpdateCount Property
In This Article
Stands for an internal counter.
#Declaration
Delphi
property UpdateCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property is for internal use only. It is used as a counter for the BeginUpdate and EndUpdate methods.
See Also