Vcl.Forms.TCustomForm.GetInternalTextHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInternalTextHeight: Integer;

C++

int __fastcall GetInternalTextHeight();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Returns the FTextHeight integer value of TCustomForm.

See Also