FMX.ScrollBox.TCustomScrollBoxModel.TInViewRectInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

struct DECLSPEC_DRECORD TInViewRectInfo
{
public:
    System::Types::TRectF Rect;
    bool Animated;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!