RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.AutoFill Method

Returns true to indicate that values can be typed incrementally—and automatically completed—in the Object Inspector.

Pascal
function AutoFill: Boolean;
C++
__fastcall Boolean AutoFill();

If GetAttributes returns paValueList, the Object Inspector calls AutoFill to verify that automatic typing completion should be permitted. If AutoFill returns true, the Object Inspector uses the values provided by GetValues to fill in partially typed entries. For example, if the legal values for a property are prSmall and prLarge, the user can type "prS" and the Object Inspector automatically fills in "prSmall." 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!