Vcl.Mask.TCustomMaskEdit.GetTextLen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextLen: Integer; reintroduce;

C++

HIDESBASE int __fastcall GetTextLen();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Mask.pas
Vcl.Mask.hpp
Vcl.Mask TCustomMaskEdit

Description

Returns the length of the underlying text.

Use GetTextLen to determine the length of the underlying text for the masked edit control. The underlying text has not been formatted for display by the mask, and may differ from the EditText that appears in the window of the control.

See Also