[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Name property and the Caption in the label.
Source position: extctrls.pp line 979
protected procedure TCustomLabeledEdit.SetName( |
const Value: TComponentName |
); override; |
Value |
|
New value for the property. |
SetName is overridden in TCustomLabeledEdit to assign the new value for the property to the Caption in EditLabel at design-time. SetName calls the inherited method prior to exit.
|
EditLabel - the label attached to the edit box. |
|
|
Sets the value for the Name property. |
lazarus-ccr.sourceforge.net |