DesignIntf.IProperty.GetEditLimit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditLimit: Integer;

C++

virtual int __fastcall GetEditLimit() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

Description

Returns the maximum length, in characters, of the value.

The Object Inspector calls GetEditLimit to determine how many characters the user can type when entering a value for the property.