DesignIntf.IProperty.GetEditLimit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IProperty

Delphi

function GetEditLimit: Integer;

C++

virtual int __fastcall GetEditLimit() = 0 ;

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.