A有一組用於封裝某些功能的自定義組件,我試圖添加一個自定義屬性編輯器,似乎無法解決如何獲取它申請。我們的登記單元中有 type
THexWordProperty = class(TIntegerProperty)
public
function GetValue: string; override;
end;
{ THexProperty }
fun
我有一個如下記載: type
TMongoIdArray = array[0..11] of Byte;
TMongoId = record
strict private
FMongoIdArray: TMongoIdArray;
function GetMongoIdByte(Index: Integer): Byte;
proce