RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCaptionAttributes.Create Constructor

Creates an instance of TCaptionAttributes.

Pascal
constructor Create(AParent: TComponent);
C++
__fastcall TCaptionAttributes(TComponent * AParent);

Do not create instances of TCaptionAttributes. This object is instantiated by the Web item that uses it to implement its CaptionAttributes property. 

The AParent parameter specifies the Web item that creates a TCaptionAttributes instance for its CaptionAttributes property. This becomes the value of the Parent property. 

 

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