FMX.ScrollBox.TScrollContentSize.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent; const AOnChange: TNotifyEvent);

C++

__fastcall TScrollContentSize(System::Classes::TComponent* AOwner, const System::Classes::TNotifyEvent AOnChange);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContentSize


Beschreibung

Erstellt eine Instanz von TScrollContentSize.

Weist ein Bildlauffeld als übergeordnetes Objekt dieser TScrollContentSize-Instanz zu und registriert eine Ereignisbehandlungsroutine für das Ereignis OnChange.

Ein Aufruf dieses Konstruktors kann die folgende Exception auslösen:

Exception Exception.Message Szenarien

EArgumentException

|AOwner| muss eine Instanz von TCustomPresentedScrollBox sein

Siehe auch