FMX.StdCtrls.TExpander.ReadContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadContentSize(Reader: TReader);

C++

void __fastcall ReadContentSize(System::Classes::TReader* Reader);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Protected method that sets the vertical size (height) of the content display area of this expander, based on what is read from the given Reader.

See Also