System.Classes.StoredAttribute

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectStoredAttribute

Delphi

StoredAttribute = System.StoredAttribute;

Properties

Type Visibility Source Unit Parent
class public System.Classes.pas System.Classes System.Classes

Description

StoredAttribute is a similar class to TCustomAttribute.

It behaves the same way as TCustomAttribute, with the only difference that it introduces the Name and Flag fields that are initialized at creation.

See Also