Vcl.WinXCtrls.TCustomActivityIndicator.ReloadFrames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReloadFrames; virtual;

C++

virtual void __fastcall ReloadFrames();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomActivityIndicator

Description

Loads the appropriate animation frames from resources.

ReloadFrames takes into account the current values IndicatorType, IndicatorSize, and IndicatorColor.

See Also