Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.UserInput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserInput: boolean read GetUserInput  write SetUserInput;

C++

__property bool UserInput = {read=GetUserInput, write=SetUserInput, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

Description

Specifies whether user input is expected before continuing.

The UserInput property specifies whether user input, like mouse button click, is expected before continuing processing.

If both the UserInput and Delay properties are set, processing continues when the delay time expires or on user input, whichever occurs first.

See Also