FMX.Memo.TCustomMemo.IsAddToContent
Delphi
function IsAddToContent(const AObject: TFmxObject): Boolean; override;
C++
virtual bool __fastcall IsAddToContent(Fmx::Types::TFmxObject* const AObject);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TCustomMemo |
Description
Defines, if necessary, to add AObject to the Content or not.
FMX.Memo.TCustomMemo.IsAddToContent inherits from FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent.
Defines, if necessary, to add AObject to the Content or not.