FMX.StdCtrls.TExpander.WriteContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteContentSize(Writer: TWriter);

C++

void __fastcall WriteContentSize(System::Classes::TWriter* Writer);

Properties

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

Description

Protected method that writes the vertical size (height) of the content display area of this expander to the given Writer.

See Also