TiComponent.AutoFrameRate
TiComponent
Specifies whether the control automatically controls the frame repaint rate.
property AutoFrameRate : Boolean;
Description
Use AutoFrameRate to specify whether the control automatically activates the
repaint frame rate control. When the AutoFrameRate is set to true, the control
automatically calls BeginUpdate when the control is performing its next repaint. From then on, the control
repaint frame rate is equal to the UpdateFrameRate no matter how many changes are maid to the control every second.
Example
Delphi
iComponent.AutoFrameRate := True;
C++ Builder
iComponent->AutoFrameRate = True;
Contents | Index | Previous | Next