RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TItemProp.Create Constructor

Creates an instance of TItemProp.

Pascal
constructor Create(AEditor: TValueListEditor);
C++
__fastcall TItemProp(TValueListEditor AEditor);

Do not call Create directly in an application. TValueListEditor creates TItemProp instances as needed when you make assignments to its ItemProps property. 

The AEditor parameter is the value list editor that creates the TItemProp instance to represent the properties of one of its items. 

 

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