Vcl.ListActns.TListControlItem.SetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetData(const Value: TCustomData); virtual;

C++

virtual void __fastcall SetData(const void * Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

Description

Sets the value of the Data property.

SetData is the protected write implementation of the Data property. It sets the Data property to Value, and then calls the Changed method so that the collection can update itself.

See Also