FMX.ScrollBox.TCustomScrollBoxModel.TInViewRectInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TInViewRectInfo = record
      Rect: TRectF;
      Animated: Boolean;
    end;

C++

struct DECLSPEC_DRECORD TInViewRectInfo
{
public:
    System::Types::TRectF Rect;
    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 !