FMX.ListBox.TCustomListBox.TStringsChangeOp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TStringsChangeOp = (Added, Deleted, Clear);

C++

enum class DECLSPEC_DENUM TStringsChangeOp : unsigned char { Added, Deleted, Clear, tsoAdded _DEPRECATED_ATTRIBUTE3("Use TStringsChangeOp.Added")  = 0x0, tsoDeleted _DEPRECATED_ATTRIBUTE3("Use TStringsChangeOp.Deleted")  = 0x1, tsoClear _DEPRECATED_ATTRIBUTE3("Use TStringsChangeOp.Clear")  = 0x2 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !