REST.Response.Adapter.TCustomRESTResponseDataSetAdapter Properties
InheritedProtected
Active | public | Set Active to True to fill the dataset and False to close it. |
AutoUpdate | public | Indicates if the dataset updates automatically when the request is executed. |
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
Dataset | public | |
DesignInfo | public | Contains information used by the Form designer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
FieldDefs | public | Optional list of field definitions. |
MetaMergeMode | public | Specifies the column definitions merging mode. |
Name | published | Specifies the name of the component as referenced in code. |
NestedElements | public | Indicates if JSON child elements are used to define fields. |
NestedElementsDepth | public | Indicates how deep to scan JSON child elements for fields. |
ObjectView | public | Specifies the column definition mode. |
Observers | public | Indicates the TObservers object added to the TComponent. |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
Response | public | |
ResponseJSON | public | |
RootElement | public | The JSON deserializer uses RootElement to determine where to start deserializing from. |
SampleObjects | public | Specifies the number of objects in JSON dataset to scan to determine the structure. |
StringFieldSize | public | |
Tag | published | Stores a NativeInt integral value as a part of a component. |
TypesMode | public | Specifies the field type definition mode. |
VCLComObject | public | Represents information used internally by components that support COM. |