Delphi
type TFieldRef = ^TField;
C++
typedef TField* *TFieldRef;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
pointer typedef |
public |
Data.DB.pas Data.DB.hpp |
Data.DB |
Data.DB |
Description
TFieldRef is a pointer to TField.
TFieldRef is a pointer to TField.
See Also