TdxTileControlItemFrames.Add Method
In This Article
Creates a new frame and appends it to the current collection.
#Declaration
Delphi
function Add: TdxTileControlItemFrame;
#Returns
Type |
---|
Tdx |
#Remarks
This function creates a new frame with default settings, appends it to the current collection, and returns the created frame as the function’s result.
See Also