Vcl.ExtCtrls.TRowItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCellItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTRowItem

Delphi

TRowItem = class(TCellItem);

C++

class PASCALIMPLEMENTATION TRowItem : public TCellItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

Represents an item in a TCellCollection.

TRowItem represents a cell on a TCellCollection grid panel.

See Also