FMX.ScrollBox.TCustomScrollBoxModel.TScrollByInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TScrollByInfo = record
      Vector: TPointF;
      Animated: Boolean;
    end;

C++

struct DECLSPEC_DRECORD TScrollByInfo
{
public:
    System::Types::TPointF Vector;
    bool Animated;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomScrollBoxModel

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !